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.
24 /// Sets the IOR_Multicast class to listen for multicast requests
26 int enable_multicast (const char *ior
);
28 /// Parse the command line arguments.
29 int parse_args (int argc
, ACE_TCHAR
*argv
[]);
33 // # of arguments on the command line.
36 // arguments from command line.
41 TAO_IOR_Multicast
*ior_multicast_
;
42 // The ior_multicast event handler.
44 CORBA::String_var service_ior_
;
45 // The IOR string of the service.
47 CORBA::String_var mcast_address_
;
48 // Address of the multicast address where to listen for requests for */
53 #endif /* SERVER_I_H */