diff options
Diffstat (limited to 'cppe/test/IceE/exceptions/Server.cpp')
-rw-r--r-- | cppe/test/IceE/exceptions/Server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/test/IceE/exceptions/Server.cpp b/cppe/test/IceE/exceptions/Server.cpp index 2248b0074ee..d429bc92bf9 100644 --- a/cppe/test/IceE/exceptions/Server.cpp +++ b/cppe/test/IceE/exceptions/Server.cpp @@ -36,8 +36,8 @@ public: Ice::ObjectPtr object = new ThrowerI(adapter); adapter->add(object, Ice::stringToIdentity("thrower")); adapter->activate(); -
-#ifndef _WIN32_WCE
+ +#ifndef _WIN32_WCE communicator()->waitForShutdown(); #endif
|