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

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

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

  };

};