summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/inheritance/TestI.cpp
diff options
context:
space:
mode:
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