We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aa0ec commit 1526a4fCopy full SHA for 1526a4f
cpp/IceBox/hello/HelloServiceI.cpp
@@ -18,10 +18,7 @@ extern "C"
18
}
19
20
void
21
-HelloServiceI::start(
22
- const string& name,
23
- const Ice::CommunicatorPtr& communicator,
24
- const Ice::StringSeq&)
+HelloServiceI::start(const string& name, const Ice::CommunicatorPtr& communicator, const Ice::StringSeq&)
25
{
26
_adapter = communicator->createObjectAdapterWithEndpoints("Hello", "tcp -p 10000:udp -p 10000");
27
_adapter->add(make_shared<HelloI>(), Ice::stringToIdentity("hello"));
0 commit comments