diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-01 06:35:20 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-01 06:35:20 +0000 |
commit | 1beed4be7d6576b14dc685e3cb4e2a26fc17e50b (patch) | |
tree | 906ea9ad9ae3c8194246a2f44678684c6df74230 /cpp/test/Ice/proxy/TestI.cpp | |
parent | remove timeout test from proxy test. Cleanup of operations test. (diff) | |
download | ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.tar.bz2 ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.tar.xz ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.zip |
remove timeout test from proxy test. Cleanup of operations test.
Diffstat (limited to 'cpp/test/Ice/proxy/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/TestI.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/test/Ice/proxy/TestI.cpp b/cpp/test/Ice/proxy/TestI.cpp index f3618acd34a..8be4c334520 100644 --- a/cpp/test/Ice/proxy/TestI.cpp +++ b/cpp/test/Ice/proxy/TestI.cpp @@ -8,13 +8,8 @@ // ********************************************************************** #include <Ice/Ice.h> -#include <IceUtil/IceUtil.h> #include <TestI.h> #include <TestCommon.h> -#include <functional> -#ifdef __BCPLUSPLUS__ -# include <iterator> -#endif MyDerivedClassI::MyDerivedClassI() { @@ -26,12 +21,6 @@ MyDerivedClassI::shutdown(const Ice::Current& c) c.adapter->getCommunicator()->shutdown(); } -void -MyDerivedClassI::opSleep(int duration, const Ice::Current&) -{ - IceUtil::ThreadControl::sleep(IceUtil::Time::milliSeconds(duration)); -} - Ice::Context MyDerivedClassI::getContext(const Ice::Current& c) { |