1 #ifndef MCAST_SERVER_I_H
2 #define MCAST_SERVER_I_H
6 class MCast_Server_i
: public POA_MCast::Server
{
10 // Simple method just to see that the client contacted the
11 // server. If does contact, a '0' is returned.
12 CORBA::Boolean
connect_server (void);
15 #endif /* MCAST_SERVER_I_H */