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/inheritance/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/inheritance/Server.cpp')
-rw-r--r-- | cppe/test/IceE/inheritance/Server.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppe/test/IceE/inheritance/Server.cpp b/cppe/test/IceE/inheritance/Server.cpp index 864e2af6e16..577b3cb9ac5 100644 --- a/cppe/test/IceE/inheritance/Server.cpp +++ b/cppe/test/IceE/inheritance/Server.cpp @@ -35,10 +35,10 @@ public: Ice::ObjectPtr object = new InitialI(adapter); adapter->add(object, Ice::stringToIdentity("initial")); adapter->activate(); -
-#ifndef _WIN32_WCE
- communicator()->waitForShutdown();
-#endif
+ +#ifndef _WIN32_WCE + communicator()->waitForShutdown(); +#endif return EXIT_SUCCESS; } |