diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-10 06:44:31 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-10 06:44:31 +0000 |
commit | 5617d6464ac847f6f2669edf1721a4a5a3abb8c4 (patch) | |
tree | 92980b4e51cafba35df861c762d7006761fe1780 /cppe/test/IceE/exceptions/Server.cpp | |
parent | Use FeatureNotSupportedException. (diff) | |
download | ice-5617d6464ac847f6f2669edf1721a4a5a3abb8c4.tar.bz2 ice-5617d6464ac847f6f2669edf1721a4a5a3abb8c4.tar.xz ice-5617d6464ac847f6f2669edf1721a4a5a3abb8c4.zip |
cleanup.
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
|