diff options
Diffstat (limited to 'cpp/test/Slice/keyword/Client.cpp')
-rw-r--r-- | cpp/test/Slice/keyword/Client.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/test/Slice/keyword/Client.cpp b/cpp/test/Slice/keyword/Client.cpp index 2a862474362..d1e2d100cdd 100644 --- a/cpp/test/Slice/keyword/Client.cpp +++ b/cpp/test/Slice/keyword/Client.cpp @@ -70,14 +70,6 @@ public: return _cpp_and::_cpp_auto(); } }; - -class fooI : public _cpp_and::AMI_switch_foo -{ -public: - - virtual void ice_response(Ice::Int) {} - virtual void ice_exception(const ::Ice::Exception&) {} -}; // // This section of the test is present to ensure that the C++ types @@ -106,8 +98,6 @@ testtypes() e->_cpp_explicit(); _cpp_and::charPtr e1 = new charI(); - _cpp_and::switchPrx f; - f->foo_async(new fooI(), e); _cpp_and::switchPtr f1 = new switchI(); _cpp_and::doPrx g; |