summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/HelloWorld.cpp
blob: a3811dfb3d9de94e8db0d62208a7f4db66632f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// $Id$
//

#include "HelloWorld.h"


ACE_RCSID (ICMG_Any_Bug, HelloWorld, "$Id$")


HelloWorld::HelloWorld (void)
{
}

char *
HelloWorld::get_string (void)
{
  return CORBA::string_dup ("TAO Any Implementation Works!");
}