summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/sessionControl/SessionI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Glacier2/sessionControl/SessionI.cpp')
-rw-r--r--cpp/test/Glacier2/sessionControl/SessionI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Glacier2/sessionControl/SessionI.cpp b/cpp/test/Glacier2/sessionControl/SessionI.cpp
index ef34316c4ce..acb1b9927e7 100644
--- a/cpp/test/Glacier2/sessionControl/SessionI.cpp
+++ b/cpp/test/Glacier2/sessionControl/SessionI.cpp
@@ -22,7 +22,7 @@ public:
{
}
- void
+ void
response()
{
_cb->ice_response();
@@ -66,8 +66,8 @@ void
SessionI::destroyFromClient_async(const Test::AMD_Session_destroyFromClientPtr& cb, const Ice::Current&)
{
DestroyCBPtr asyncCB = new DestroyCB(cb);
- Glacier2::Callback_SessionControl_destroyPtr amiCB = Glacier2::newCallback_SessionControl_destroy(asyncCB,
- &DestroyCB::response,
+ Glacier2::Callback_SessionControl_destroyPtr amiCB = Glacier2::newCallback_SessionControl_destroy(asyncCB,
+ &DestroyCB::response,
&DestroyCB::exception);
_sessionControl->begin_destroy(amiCB);
}