summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/retry/TestI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-03-03 15:29:48 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-03-03 15:29:48 +0000
commit9bf6ce65629ebbc49cb6c787838bf1b2909d11f2 (patch)
treeb9b2e87702ea4d159c047b70872e24872d103cd5 /cppe/test/IceE/retry/TestI.cpp
parentPorted fix for bug 574 (diff)
downloadice-9bf6ce65629ebbc49cb6c787838bf1b2909d11f2.tar.bz2
ice-9bf6ce65629ebbc49cb6c787838bf1b2909d11f2.tar.xz
ice-9bf6ce65629ebbc49cb6c787838bf1b2909d11f2.zip
Added windows project files for retry test
Diffstat (limited to 'cppe/test/IceE/retry/TestI.cpp')
-rw-r--r--cppe/test/IceE/retry/TestI.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppe/test/IceE/retry/TestI.cpp b/cppe/test/IceE/retry/TestI.cpp
index 51c9b4bcfa2..1f16ab5bf7d 100644
--- a/cppe/test/IceE/retry/TestI.cpp
+++ b/cppe/test/IceE/retry/TestI.cpp
@@ -8,6 +8,7 @@
// **********************************************************************
#include <IceE/IceE.h>
+#include <TestCommon.h>
#include <TestI.h>
void
@@ -23,4 +24,7 @@ void
RetryI::shutdown(const Ice::Current& current)
{
current.adapter->getCommunicator()->shutdown();
+#ifdef _WIN32_WCE
+ tprintf("The server has shutdown, close the window to terminate the server.");
+#endif
}