diff options
Diffstat (limited to 'cpp/src/Glacier2/ServerBlobject.h')
-rw-r--r-- | cpp/src/Glacier2/ServerBlobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Glacier2/ServerBlobject.h b/cpp/src/Glacier2/ServerBlobject.h index fa6b7b906de..2cc3a42e673 100644 --- a/cpp/src/Glacier2/ServerBlobject.h +++ b/cpp/src/Glacier2/ServerBlobject.h @@ -22,7 +22,7 @@ class ServerBlobject : public Glacier2::Blobject { public: - ServerBlobject(const Ice::CommunicatorPtr&, const Ice::TransportInfoPtr&); + ServerBlobject(const Ice::CommunicatorPtr&, const Ice::ConnectionPtr&); virtual ~ServerBlobject(); void destroy(); @@ -31,7 +31,7 @@ public: private: - Ice::TransportInfoPtr _transport; + Ice::ConnectionPtr _connection; }; } |