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

namespace NameServiceTest
  {

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

  } // namespace ObjectLocatorTest