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