Skip to content

Commit 1526a4f

Browse files
committed
format
1 parent f7aa0ec commit 1526a4f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cpp/IceBox/hello/HelloServiceI.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ extern "C"
1818
}
1919

2020
void
21-
HelloServiceI::start(
22-
const string& name,
23-
const Ice::CommunicatorPtr& communicator,
24-
const Ice::StringSeq&)
21+
HelloServiceI::start(const string& name, const Ice::CommunicatorPtr& communicator, const Ice::StringSeq&)
2522
{
2623
_adapter = communicator->createObjectAdapterWithEndpoints("Hello", "tcp -p 10000:udp -p 10000");
2724
_adapter->add(make_shared<HelloI>(), Ice::stringToIdentity("hello"));

0 commit comments

Comments
 (0)