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

#include "MCast_Server_i.h"

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

CORBA::Boolean
MCast_Server_i::connect_server (void)
{
  return 0;
}