summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/inheritance/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/inheritance/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/inheritance/TestI.cpp')
-rw-r--r--cppe/test/IceE/inheritance/TestI.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppe/test/IceE/inheritance/TestI.cpp b/cppe/test/IceE/inheritance/TestI.cpp
index fabfa446411..cecc1cce2ec 100644
--- a/cppe/test/IceE/inheritance/TestI.cpp
+++ b/cppe/test/IceE/inheritance/TestI.cpp
@@ -8,6 +8,7 @@
// **********************************************************************
#include <IceE/IceE.h>
+#include <TestCommon.h>
#include <TestI.h>
using namespace Test;
@@ -77,6 +78,9 @@ void
InitialI::shutdown(const Ice::Current&)
{
_adapter->getCommunicator()->shutdown();
+#ifdef _WIN32_WCE
+ tprintf("The server has shutdown, close the window to terminate the server.");
+#endif
}
MA::CAPrx