summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/operations/TestI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-18 16:18:37 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-18 16:18:37 +0000
commit95269c99511a0cc3de65f118d58a911a9ce52281 (patch)
treecd3a8b0697984154ba4b0d957d0c26392911cc02 /cppe/test/IceE/operations/TestI.cpp
parentfix UUID test under CE. (diff)
downloadice-95269c99511a0cc3de65f118d58a911a9ce52281.tar.bz2
ice-95269c99511a0cc3de65f118d58a911a9ce52281.tar.xz
ice-95269c99511a0cc3de65f118d58a911a9ce52281.zip
Added print statement to server shutdown
Diffstat (limited to 'cppe/test/IceE/operations/TestI.cpp')
-rw-r--r--cppe/test/IceE/operations/TestI.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppe/test/IceE/operations/TestI.cpp b/cppe/test/IceE/operations/TestI.cpp
index eb24134ff5e..7f1a13d551d 100644
--- a/cppe/test/IceE/operations/TestI.cpp
+++ b/cppe/test/IceE/operations/TestI.cpp
@@ -9,6 +9,7 @@
#include <IceE/IceE.h>
#include <TestI.h>
+#include <TestCommon.h>
#include <functional>
MyDerivedClassI::MyDerivedClassI(const Ice::ObjectAdapterPtr& adapter, const Ice::Identity& identity) :
@@ -21,6 +22,9 @@ void
MyDerivedClassI::shutdown(const Ice::Current&)
{
_adapter->getCommunicator()->shutdown();
+#ifdef _WIN32_WCE
+ tprintf("The server has shutdown, close the window to terminate the server.");
+#endif
}
void