summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-25 11:16:00 +0200
committerJose <jose@zeroc.com>2014-09-25 11:16:00 +0200
commitf6d17fdeefe51b77267d16c6ece7439135564acc (patch)
treef52eb378bb4ccadb624cca3c568008f41210ed57 /cpp/src/Ice/OutgoingAsync.cpp
parentFix (ICE-5662) - OpenSSL implementation should print list of enabled ciphers (diff)
downloadice-f6d17fdeefe51b77267d16c6ece7439135564acc.tar.bz2
ice-f6d17fdeefe51b77267d16c6ece7439135564acc.tar.xz
ice-f6d17fdeefe51b77267d16c6ece7439135564acc.zip
Remove leftovers of the old AMI mapping
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r--cpp/src/Ice/OutgoingAsync.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp
index c03cdd5a441..f0cabc87b3c 100644
--- a/cpp/src/Ice/OutgoingAsync.cpp
+++ b/cpp/src/Ice/OutgoingAsync.cpp
@@ -1475,20 +1475,3 @@ IceInternal::CallbackBase::checkCallback(bool obj, bool cb)
throw IceUtil::IllegalArgumentException(__FILE__, __LINE__, "callback cannot be null");
}
}
-
-void
-Ice::AMICallbackBase::__exception(const ::Ice::Exception& ex)
-{
- ice_exception(ex);
-}
-
-void
-Ice::AMICallbackBase::__sent(bool sentSynchronously)
-{
- if(!sentSynchronously)
- {
- dynamic_cast<AMISentCallback*>(this)->ice_sent();
- }
-}
-
-