Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Bug_1385_Regression / go.idl
blob3848578346ab2d582350d4f6c735f1f9e714f2de
1 interface sig
3 // Tell the server to start
4 oneway void go ();
6 // Tell the server the consumer is done
7 oneway void done ();
8 };