Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / tests / Collocation_Oneway_Tests / Test.idl
blob2bad10dbf8367b2cf39486ee8ae6234f5beed1fc
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface Hello
8 /// Return a simple string
9 string get_string ();
11 /// test oneway call
12 oneway void onewayTest();
14 /// A method to shutdown the ORB
15 /**
16 * This method is used to simplify the test shutdown process
18 oneway void shutdown ();