summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/IOR_MCast/MCast_Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/tests/IOR_MCast/MCast_Server_i.h')
-rw-r--r--trunk/TAO/orbsvcs/tests/IOR_MCast/MCast_Server_i.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/tests/IOR_MCast/MCast_Server_i.h b/trunk/TAO/orbsvcs/tests/IOR_MCast/MCast_Server_i.h
new file mode 100644
index 00000000000..1056dc77929
--- /dev/null
+++ b/trunk/TAO/orbsvcs/tests/IOR_MCast/MCast_Server_i.h
@@ -0,0 +1,18 @@
+// $Id$
+
+#ifndef MCAST_SERVER_I_H
+#define MCAST_SERVER_I_H
+
+#include "MCastS.h"
+
+class MCast_Server_i : public POA_MCast::Server {
+public:
+ MCast_Server_i ();
+
+ // Simple method just to see that the client contacted the
+ // server. If does contact, a '0' is returned.
+ CORBA::Boolean connect_server (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ ACE_THROW_SPEC ((CORBA::SystemException));
+};
+
+#endif /* MCAST_SERVER_I_H */