diff options
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) { |