summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/MCast_Server_i.cpp
blob: 727078a3c98767f7d5061d94d5582c877dd43aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#include "MCast_Server_i.h"

MCast_Server_i::MCast_Server_i (void)
{
  //Constructor.
}

CORBA::Boolean
MCast_Server_i::connect_server (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
  ACE_THROW_SPEC ((CORBA::SystemException))
{
  return 0;
}