summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Proxy.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-03-15 10:06:45 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-03-15 10:06:45 +0000
commit2f982f8647e1947476d1ed59547db5a66bd0df6e (patch)
treee682054fc676e2a35903c6d8c0e10a573e31b80e /cpp/include/Ice/Proxy.h
parentadding SSL support (diff)
downloadice-2f982f8647e1947476d1ed59547db5a66bd0df6e.tar.bz2
ice-2f982f8647e1947476d1ed59547db5a66bd0df6e.tar.xz
ice-2f982f8647e1947476d1ed59547db5a66bd0df6e.zip
Fixes for bug 897.
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r--cpp/include/Ice/Proxy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h
index 7853fda3beb..ad62ed11017 100644
--- a/cpp/include/Ice/Proxy.h
+++ b/cpp/include/Ice/Proxy.h
@@ -198,7 +198,7 @@ public:
virtual bool ice_invoke(const ::std::string&, ::Ice::OperationMode, const ::std::vector< ::Ice::Byte>&,
::std::vector< ::Ice::Byte>&, const ::Ice::Context&) = 0;
- virtual ::Ice::ConnectionPtr ice_connection() = 0;
+ virtual ::Ice::ConnectionIPtr __getConnection(bool&) const = 0;
};
} }
@@ -219,7 +219,7 @@ public:
virtual bool ice_invoke(const ::std::string&, ::Ice::OperationMode, const ::std::vector< ::Ice::Byte>&,
::std::vector< ::Ice::Byte>&, const ::Ice::Context&);
- virtual ::Ice::ConnectionPtr ice_connection();
+ virtual ::Ice::ConnectionIPtr __getConnection(bool&) const;
void __copyFrom(const ::IceInternal::Handle< ::IceDelegateM::Ice::Object>&);
@@ -251,7 +251,7 @@ public:
virtual bool ice_invoke(const ::std::string&, ::Ice::OperationMode, const ::std::vector< ::Ice::Byte>&,
::std::vector< ::Ice::Byte>&, const ::Ice::Context&);
- virtual ::Ice::ConnectionPtr ice_connection();
+ virtual ::Ice::ConnectionIPtr __getConnection(bool&) const;
void __copyFrom(const ::IceInternal::Handle< ::IceDelegateD::Ice::Object>&);