summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/TestI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-05-01 06:35:20 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-05-01 06:35:20 +0000
commit1beed4be7d6576b14dc685e3cb4e2a26fc17e50b (patch)
tree906ea9ad9ae3c8194246a2f44678684c6df74230 /cpp/test/Ice/proxy/TestI.cpp
parentremove timeout test from proxy test. Cleanup of operations test. (diff)
downloadice-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.cpp11
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)
{