diff options
author | Marc Laukien <marc@zeroc.com> | 2004-08-11 15:16:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-08-11 15:16:48 +0000 |
commit | cf4f48c92865a0ee086402f238c8b510d1c9d43a (patch) | |
tree | 702367a199509c4f2a321e60f9f51d54c1d546af /cpp/src/Ice/ObjectAdapterI.h | |
parent | more glacier2 stuff (diff) | |
download | ice-cf4f48c92865a0ee086402f238c8b510d1c9d43a.tar.bz2 ice-cf4f48c92865a0ee086402f238c8b510d1c9d43a.tar.xz ice-cf4f48c92865a0ee086402f238c8b510d1c9d43a.zip |
more glacier 2 and reverse proxy work
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.h')
-rw-r--r-- | cpp/src/Ice/ObjectAdapterI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.h b/cpp/src/Ice/ObjectAdapterI.h index 4176c12ddba..67e265eafa3 100644 --- a/cpp/src/Ice/ObjectAdapterI.h +++ b/cpp/src/Ice/ObjectAdapterI.h @@ -74,7 +74,7 @@ public: bool isLocal(const ObjectPrx&) const; - std::list<IceInternal::ConnectionPtr> getIncomingConnections() const; +// std::list<IceInternal::ConnectionPtr> getIncomingConnections() const; void flushBatchRequests(); |