5 #include "orbsvcs/IOR_Multicast.h"
13 // Helper class for the server implementation.
16 // = Constructor and destructor.
20 int init (int &argc
, ACE_TCHAR
**argv
);
21 // Initialize the server multicast.
25 /// Sets the IOR_Multicast class to listen for multicast requests
27 int enable_multicast (const char *ior
);
29 /// Parse the command line arguments.
30 int parse_args (int argc
, ACE_TCHAR
*argv
[]);
35 // # of arguments on the command line.
38 // arguments from command line.
43 TAO_IOR_Multicast
*ior_multicast_
;
44 // The ior_multicast event handler.
46 CORBA::String_var service_ior_
;
47 // The IOR string of the service.
49 CORBA::String_var mcast_address_
;
50 // Address of the multicast address where to listen for requests for */
56 #endif /* SERVER_I_H */