diff options
Diffstat (limited to 'cpp/demo/Ice/callback/CallbackI.cpp')
-rw-r--r-- | cpp/demo/Ice/callback/CallbackI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/callback/CallbackI.cpp b/cpp/demo/Ice/callback/CallbackI.cpp index f748889a8b0..15d2967cd9a 100644 --- a/cpp/demo/Ice/callback/CallbackI.cpp +++ b/cpp/demo/Ice/callback/CallbackI.cpp @@ -35,9 +35,9 @@ CallbackI::initiateCallback(const CallbackReceiverPrx& proxy, const Current& cur } void -CallbackI::shutdown(const Ice::Current& c) +CallbackI::shutdown(const Current& c) { - cout << "Shutting down..." << endl; + cout << "shutting down..." << endl; try { c.adapter->getCommunicator()->shutdown(); |