diff options
Diffstat (limited to 'cppe/test/IceE/retry/TestI.cpp')
-rw-r--r-- | cppe/test/IceE/retry/TestI.cpp | 4 |
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 } |