summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/ObjectLocatorTest/DummyImpl.cpp
blob: d62413d728aca86f03389086c83b4196b37f56c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$
#include "DummyImpl.h"

namespace ObjectLocatorTest
  {

    char * DummyImpl::sayHello (void)
    {
      return CORBA::string_dup (this->helloSentence);
    }

  } // namespace ObjectLocatorTest