diff options
Diffstat (limited to 'cpp/demo/IcePack/hello/HelloServiceI.cpp')
-rw-r--r-- | cpp/demo/IcePack/hello/HelloServiceI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IcePack/hello/HelloServiceI.cpp b/cpp/demo/IcePack/hello/HelloServiceI.cpp index a09d4e8aca3..48f52f6ce81 100644 --- a/cpp/demo/IcePack/hello/HelloServiceI.cpp +++ b/cpp/demo/IcePack/hello/HelloServiceI.cpp @@ -45,7 +45,7 @@ HelloServiceI::start(const string& name, const ::Ice::CommunicatorPtr& communicator, const ::Ice::StringSeq& args) { - _adapter = communicator->createObjectAdapter("Hello"); + _adapter = communicator->createObjectAdapter(name); string id = communicator->getProperties()->getProperty("Identity"); |