=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / examples / ior_corbaloc / corbaloc.idl
blob71a220ea3ae3460edb7ee4b077f9a8a0a2dfeda2
1 module corbaloc
4 interface Status
6 // = TITLE
7 // A simple interface to check the status of
8 // connection between the client and the server.
9 //
10 // = DESCRIPTION
11 // Prints out the status.
13 boolean print_status ();
14 // Return <true == 0> if the server received the
15 // request from the client.