diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-03 14:10:40 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-03 14:10:40 +0000 |
commit | e642c24a430dc350b3b14b5a925376084f8a7602 (patch) | |
tree | c494bf31e6c52a327e46a47e4fdf0e98872c6784 /cppe/test/IceE/operations/Server.cpp | |
parent | Fix (diff) | |
download | ice-e642c24a430dc350b3b14b5a925376084f8a7602.tar.bz2 ice-e642c24a430dc350b3b14b5a925376084f8a7602.tar.xz ice-e642c24a430dc350b3b14b5a925376084f8a7602.zip |
Ported fix for bug 574 and retry test
Diffstat (limited to 'cppe/test/IceE/operations/Server.cpp')
-rw-r--r-- | cppe/test/IceE/operations/Server.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/test/IceE/operations/Server.cpp b/cppe/test/IceE/operations/Server.cpp index 249901505c7..f0a70a9ed94 100644 --- a/cppe/test/IceE/operations/Server.cpp +++ b/cppe/test/IceE/operations/Server.cpp @@ -41,8 +41,6 @@ public: adapter->add(new TestCheckedCastI, Ice::stringToIdentity("context")); adapter->activate(); - adapter->activate(); - #ifndef _WIN32_WCE communicator()->waitForShutdown(); #endif |