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

namespace Test
  {

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

  } // namespace ObjectLocatorTest