diff options
author | Jose <jose@zeroc.com> | 2014-09-25 11:16:00 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-25 11:16:00 +0200 |
commit | f6d17fdeefe51b77267d16c6ece7439135564acc (patch) | |
tree | f52eb378bb4ccadb624cca3c568008f41210ed57 /cpp/src/Ice/OutgoingAsync.cpp | |
parent | Fix (ICE-5662) - OpenSSL implementation should print list of enabled ciphers (diff) | |
download | ice-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.cpp | 17 |
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(); - } -} - - |