Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / DevGuideExamples / BiDirectionalGIOP / callback.idl
blobddb989750a2d2eb2d8414f149ae7fcbbe3f8c9b7
1 interface Callback
3 // A safe way to shutdown the client, using either clean shutdowns
4 // or "catastrophic failures".
5 oneway void shutdown();
7 // A simple remote call
8 void callback_method();
9 };