Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / No_Server_MT_Connect_Test / test.idl
blob9f855fad7f927c5a61ba4db1026f58320da78b50
1 /*
2 */
4 /// A simple interface to test the ORB
5 interface Simple_Server
7 /// This method is a noop, and it is used just to exercise the
8 /// critical path
9 void test_method ();
11 /// Shutdown the server
12 /**
13 * Provide a simple way to cleanup the test when it finishes
15 oneway void shutdown ();