summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ior_corbaname/corbaname.idl
blob: 6d517a48aba9c92eb753b2a859f65f3d439600d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module corbaname
{

  interface Status
  {
    // = TITLE
    //     A simple interface to check the status of
    //     connection between the client and the server.
    //
    // = DESCRIPTION
    //     Prints out the status.

    boolean print_status ();
    // Return <true> if the server received the
    // request from the client.

  };
};