diff options
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index c50d9fa8b28..ae42ca8d382 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -418,7 +418,6 @@ public: return ::Ice::Object::ice_staticId(); } - // // ice_invoke with default vector mapping for byte-sequence parameters // @@ -466,7 +465,6 @@ public: return [outAsync]() { outAsync->cancel(); }; } - // // ice_invoke with cpp:array mapping for byte sequence parameters // @@ -526,7 +524,6 @@ public: return [outAsync]() { outAsync->cancel(); }; } - ::Ice::Identity ice_getIdentity() const; ::std::shared_ptr<::Ice::ObjectPrx> ice_identity(const ::Ice::Identity&) const; @@ -1087,7 +1084,6 @@ public: return _iceI_begin_ice_ping(context, del, cookie); } - ::Ice::AsyncResultPtr begin_ice_ping(const ::Ice::Callback_Object_ice_pingPtr& del, const ::Ice::LocalObjectPtr& cookie = 0) { @@ -1183,7 +1179,6 @@ public: return ::Ice::Object::ice_staticId(); } - // Returns true if ok, false if user exception. bool ice_invoke(const ::std::string&, ::Ice::OperationMode, @@ -1723,7 +1718,6 @@ inline bool operator>=(const ProxyHandle<T>& lhs, const ProxyHandle<U>& rhs) return !(lhs < rhs); } - // // checkedCast and uncheckedCast functions without facet: // @@ -2523,7 +2517,6 @@ public: { } - virtual void completed(const ::Ice::AsyncResultPtr& result) const { ::Ice::ConnectionPtr ret; |