Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / IOR_MCast / MCast_Server_i.h
blob231b7154fee4c02f4954d0498a47e5e06908eb3f
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 (void);
15 #endif /* MCAST_SERVER_I_H */