summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/MCast_Server_i.h
blob: 1056dc779299f6c8ba32e59c65186261a99e56ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 */