summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterI.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-06-13 14:04:24 -0230
committerDwayne Boone <dwayne@zeroc.com>2007-06-13 14:04:24 -0230
commitb2031b8795606b6893cb3766cc3f18f5c6c0c252 (patch)
tree79ad7a4f1c5e7866efc9547f1d4bb7354842579e /cpp/src/Ice/ObjectAdapterI.h
parentMerge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff)
downloadice-b2031b8795606b6893cb3766cc3f18f5c6c0c252.tar.bz2
ice-b2031b8795606b6893cb3766cc3f18f5c6c0c252.tar.xz
ice-b2031b8795606b6893cb3766cc3f18f5c6c0c252.zip
Bug 1658 - fix collocation issue with endpoints listening on 0.0.0.0
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.h')
-rw-r--r--cpp/src/Ice/ObjectAdapterI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.h b/cpp/src/Ice/ObjectAdapterI.h
index 13de0a9cd99..35b6d697a33 100644
--- a/cpp/src/Ice/ObjectAdapterI.h
+++ b/cpp/src/Ice/ObjectAdapterI.h
@@ -23,6 +23,7 @@
#include <Ice/ObjectF.h>
#include <Ice/RouterInfoF.h>
#include <Ice/EndpointIF.h>
+#include <Ice/ConnectorF.h>
#include <Ice/LocatorInfoF.h>
#include <Ice/ThreadPoolF.h>
#include <Ice/Exception.h>
@@ -116,6 +117,7 @@ private:
const std::string _id;
const std::string _replicaGroupId;
std::vector<IceInternal::IncomingConnectionFactoryPtr> _incomingConnectionFactories;
+ std::vector<IceInternal::ConnectorPtr> _connectors;
std::vector<IceInternal::EndpointIPtr> _routerEndpoints;
IceInternal::RouterInfoPtr _routerInfo;
std::vector<IceInternal::EndpointIPtr> _publishedEndpoints;