diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-01-31 19:05:51 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-01-31 19:05:51 -0800 |
commit | 2c3770915174ad6f358b4ab82848f99bf464cb76 (patch) | |
tree | 14ed55dabd722e1f8e8b917c1be4de104d2b8f05 /cpp/include/Ice/Proxy.h | |
parent | C# bug fix in Stream.cs (diff) | |
download | ice-2c3770915174ad6f358b4ab82848f99bf464cb76.tar.bz2 ice-2c3770915174ad6f358b4ab82848f99bf464cb76.tar.xz ice-2c3770915174ad6f358b4ab82848f99bf464cb76.zip |
bug 2264 - remove deprecated APIs
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 4bdbddf070b..41b6007bc6d 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -81,10 +81,8 @@ public: bool operator!=(const Object&) const; bool operator<(const Object&) const; - ICE_DEPRECATED_API ::Ice::Int ice_hash() const; ::Ice::Int ice_getHash() const; - ICE_DEPRECATED_API ::Ice::CommunicatorPtr ice_communicator() const; ::Ice::CommunicatorPtr ice_getCommunicator() const; ::std::string ice_toString() const; @@ -169,24 +167,19 @@ public: const ::std::pair<const ::Ice::Byte*, const ::Ice::Byte*>&, const ::Ice::Context&); ::Ice::Identity ice_getIdentity() const; - ICE_DEPRECATED_API ::Ice::ObjectPrx ice_newIdentity(const ::Ice::Identity&) const; ::Ice::ObjectPrx ice_identity(const ::Ice::Identity&) const; ::Ice::Context ice_getContext() const; - ICE_DEPRECATED_API ::Ice::ObjectPrx ice_newContext(const ::Ice::Context&) const; ::Ice::ObjectPrx ice_context(const ::Ice::Context&) const; ICE_DEPRECATED_API ::Ice::ObjectPrx ice_defaultContext() const; const ::std::string& ice_getFacet() const; - ICE_DEPRECATED_API ::Ice::ObjectPrx ice_newFacet(const ::std::string&) const; ::Ice::ObjectPrx ice_facet(const ::std::string&) const; ::std::string ice_getAdapterId() const; - ICE_DEPRECATED_API ::Ice::ObjectPrx ice_newAdapterId(const ::std::string&) const; ::Ice::ObjectPrx ice_adapterId(const ::std::string&) const; ::Ice::EndpointSeq ice_getEndpoints() const; - ICE_DEPRECATED_API ::Ice::ObjectPrx ice_newEndpoints(const ::Ice::EndpointSeq&) const; ::Ice::ObjectPrx ice_endpoints(const ::Ice::EndpointSeq&) const; ::Ice::Int ice_getLocatorCacheTimeout() const; @@ -211,7 +204,6 @@ public: ::Ice::ObjectPrx ice_locator(const ::Ice::LocatorPrx&) const; bool ice_isCollocationOptimized() const; - ICE_DEPRECATED_API ::Ice::ObjectPrx ice_collocationOptimization(bool) const; ::Ice::ObjectPrx ice_collocationOptimized(bool) const; ::Ice::ObjectPrx ice_twoway() const; @@ -232,7 +224,6 @@ public: bool ice_isThreadPerConnection() const; ::Ice::ObjectPrx ice_threadPerConnection(bool) const; - ICE_DEPRECATED_API ::Ice::ConnectionPtr ice_connection(); ::Ice::ConnectionPtr ice_getConnection(); ::Ice::ConnectionPtr ice_getCachedConnection() const; |