summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/keyword/Client.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-24 21:06:55 +0200
committerJose <jose@zeroc.com>2014-09-24 21:06:55 +0200
commitb1087d646fa93c4208dd227d0c9df323ff7c858b (patch)
tree48532138bffdfac0dc5c818593d9c1958cfeeeb5 /cpp/test/Slice/keyword/Client.cpp
parentPHP dependency fixes (diff)
downloadice-b1087d646fa93c4208dd227d0c9df323ff7c858b.tar.bz2
ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.tar.xz
ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.zip
Fixed (ICE-5511) - Consider removing the deprecated AMI mapping
Diffstat (limited to 'cpp/test/Slice/keyword/Client.cpp')
-rw-r--r--cpp/test/Slice/keyword/Client.cpp10
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;