diff options
Diffstat (limited to 'cppe/include/IceE/Proxy.h')
-rw-r--r-- | cppe/include/IceE/Proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/include/IceE/Proxy.h b/cppe/include/IceE/Proxy.h index 0fe604ef7ad..694303f8575 100644 --- a/cppe/include/IceE/Proxy.h +++ b/cppe/include/IceE/Proxy.h @@ -156,9 +156,7 @@ public: protected: const ::Ice::Context& __defaultContext() const; - void __checkConnection(); - ::Ice::ConnectionPtr _connection; ::IceInternal::ReferencePtr _reference; private: @@ -170,6 +168,8 @@ private: void setup(const ::IceInternal::ReferencePtr&); friend class ::IceInternal::ProxyFactory; + + ::Ice::ConnectionPtr _connection; }; } } |