summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/TestAMDI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/proxy/TestAMDI.cpp')
-rw-r--r--cpp/test/Ice/proxy/TestAMDI.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpp/test/Ice/proxy/TestAMDI.cpp b/cpp/test/Ice/proxy/TestAMDI.cpp
index bcec57f5c14..b70d01bce65 100644
--- a/cpp/test/Ice/proxy/TestAMDI.cpp
+++ b/cpp/test/Ice/proxy/TestAMDI.cpp
@@ -10,10 +10,6 @@
#include <Ice/Ice.h>
#include <TestAMDI.h>
#include <TestCommon.h>
-#include <functional>
-#ifdef __BCPLUSPLUS__
-# include <iterator>
-#endif
MyDerivedClassI::MyDerivedClassI()
{
@@ -27,15 +23,6 @@ MyDerivedClassI::shutdown_async(const Test::AMD_MyClass_shutdownPtr& cb, const I
}
void
-MyDerivedClassI::opSleep_async(const Test::AMD_MyClass_opSleepPtr& cb,
- int duration,
- const Ice::Current&)
-{
- IceUtil::ThreadControl::sleep(IceUtil::Time::milliSeconds(duration));
- cb->ice_response();
-}
-
-void
MyDerivedClassI::getContext_async(const Test::AMD_MyClass_getContextPtr& cb, const Ice::Current&)
{
cb->ice_response(_ctx);