summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/MCast.idl
blob: bd46594a6f44354033d8b369fffac0c7b26defe1 (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.
    
  };

};