diff options
Diffstat (limited to 'cpp/test/Ice/proxy/TestAMDI.h')
-rw-r--r-- | cpp/test/Ice/proxy/TestAMDI.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/test/Ice/proxy/TestAMDI.h b/cpp/test/Ice/proxy/TestAMDI.h index e0e9b7f5acb..04780eb4b4d 100644 --- a/cpp/test/Ice/proxy/TestAMDI.h +++ b/cpp/test/Ice/proxy/TestAMDI.h @@ -10,7 +10,6 @@ #ifndef TEST_AMD_I_H #define TEST_AMD_I_H -#include <IceUtil/Thread.h> #include <TestAMD.h> class MyDerivedClassI : public Test::MyDerivedClass @@ -22,10 +21,6 @@ public: virtual void shutdown_async(const Test::AMD_MyClass_shutdownPtr&, const Ice::Current&); - virtual void opSleep_async(const Test::AMD_MyClass_opSleepPtr&, - int, - const Ice::Current&); - virtual void getContext_async(const Test::AMD_MyClass_getContextPtr& cb, const Ice::Current&); virtual bool ice_isA(const std::string&, const Ice::Current&) const; |