summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/MCast.idl
blob: 44e3196852892374e67c92e651082c375e772884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

module MCast
{

  interface Server
  {
    // = TITLE
    //
    // = DESCRIPTION
    //     Prints out the status.

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

  };

};