summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Simple.cpp
blob: a4de93fd1b05e3e993ef41a855424aeaec80b71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "Simple.h"


ACE_RCSID (Infrastructure_Controlled,
           Simple,
           "$Id$")


Simple::Simple (void)
{
}

char *
Simple::get_string (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
  ACE_THROW_SPEC ((CORBA::SystemException))
{
  return CORBA::string_dup ("TAO Load Balancing Works!");
}