Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / MProfile_Forwarding / test.idl
blobfe49598f58ea13b4d661ac8739226292c89ab9c9
1 /*
2 */
4 interface Simple_Server
6 void remote_call ();
8 oneway void shutdown ();
9 };