summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Deactivate_Object/Hello.cpp
blob: 8f5c72b2c0a8bec9c221a3a4a8abd63219156f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// $Id$
//
#include "Hello.h"

Hello::Hello (CORBA::ORB_ptr orb)
  : orb_ (CORBA::ORB::_duplicate (orb))
{
}

char *
Hello::get_string (void)
{
  return CORBA::string_dup ("Hello there!");
}