diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-04 15:44:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-04 15:44:49 +0000 |
commit | 389d3a4fb71243e279b984a68cd5c6837f4f6bd2 (patch) | |
tree | 35358d06e8b683621e366048a2973e327b21821d /cppe/test/IceE/slicing/Server.cpp | |
parent | Backed out endpoint stringification (diff) | |
download | ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.tar.bz2 ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.tar.xz ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.zip |
Removed ^M
Diffstat (limited to 'cppe/test/IceE/slicing/Server.cpp')
-rw-r--r-- | cppe/test/IceE/slicing/Server.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cppe/test/IceE/slicing/Server.cpp b/cppe/test/IceE/slicing/Server.cpp index b92bdad4856..d14a7c8c3c3 100644 --- a/cppe/test/IceE/slicing/Server.cpp +++ b/cppe/test/IceE/slicing/Server.cpp @@ -37,11 +37,11 @@ public: Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("TestAdapter"); Ice::ObjectPtr object = new TestI(adapter); adapter->add(object, communicator()->stringToIdentity("Test")); - adapter->activate();
-
-#ifndef _WIN32_WCE
- communicator()->waitForShutdown();
-#endif
+ adapter->activate(); + +#ifndef _WIN32_WCE + communicator()->waitForShutdown(); +#endif return EXIT_SUCCESS; } |