diff options
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(); - } -} - - |