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

namespace Test
  {

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

  } // namespace ObjectLocatorTest