summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/OutgoingAsync.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r--cpp/include/Ice/OutgoingAsync.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h
index a6718de1fe6..99588132c6c 100644
--- a/cpp/include/Ice/OutgoingAsync.h
+++ b/cpp/include/Ice/OutgoingAsync.h
@@ -600,30 +600,6 @@ newCallback(const ::IceInternal::Function<void (const AsyncResultPtr&)>&,
//
// Operation callbacks are specified in Proxy.h
//
-
-//
-// Interfaces for the deprecated AMI mapping.
-//
-
-class ICE_API AMISentCallback
-{
-public:
-
- virtual ~AMISentCallback() { }
-
- virtual void ice_sent() = 0;
-};
-
-class ICE_API AMICallbackBase : virtual public IceUtil::Shared
-{
-public:
-
- virtual void ice_exception(const Exception&) = 0;
-
- void __exception(const Exception&);
- void __sent(bool);
-};
-
}
#endif