Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / orbsvcs / tests / IOR_MCast / MCast_Server_i.h
bloba0f009f4ea3388918d092c8090e0b5d53860d4ad
1 #ifndef MCAST_SERVER_I_H
2 #define MCAST_SERVER_I_H
4 #include "MCastS.h"
6 class MCast_Server_i : public POA_MCast::Server {
7 public:
8 MCast_Server_i ();
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 ();
15 #endif /* MCAST_SERVER_I_H */