summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ior_corbaname/corbaname.idl
blob: 5544216a4a33a7e4b24eb6a28c7e8a4ba9505e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

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.

  };
};