summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2/ServerBlobject.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-09-13 18:19:41 +0000
committerMarc Laukien <marc@zeroc.com>2004-09-13 18:19:41 +0000
commite012bfcd0c32c6fd185890aedb5f17e69da8870e (patch)
tree28dd15cd1a91ee0a244078487ed0d7b799364504 /cpp/src/Glacier2/ServerBlobject.h
parentadding AMI tests (diff)
downloadice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.tar.bz2
ice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.tar.xz
ice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.zip
Connection.ice
Diffstat (limited to 'cpp/src/Glacier2/ServerBlobject.h')
-rw-r--r--cpp/src/Glacier2/ServerBlobject.h4
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;
};
}