diff options
author | Marc Laukien <marc@zeroc.com> | 2004-08-14 13:08:45 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-08-14 13:08:45 +0000 |
commit | 93aabc11aeb3fb124f62ce310d031989e2c9c207 (patch) | |
tree | fbbb43a528c3b223fef0b68867c95618aa961e1f /cpp/src/Ice/ReferenceFactory.h | |
parent | IcePack registry hang fix (diff) | |
download | ice-93aabc11aeb3fb124f62ce310d031989e2c9c207.tar.bz2 ice-93aabc11aeb3fb124f62ce310d031989e2c9c207.tar.xz ice-93aabc11aeb3fb124f62ce310d031989e2c9c207.zip |
more fixed connection work
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.h')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.h b/cpp/src/Ice/ReferenceFactory.h index b49b416ffb9..8112fa7dd4b 100644 --- a/cpp/src/Ice/ReferenceFactory.h +++ b/cpp/src/Ice/ReferenceFactory.h @@ -25,7 +25,7 @@ public: ReferencePtr create(const Ice::Identity&, const Ice::Context&, const std::string&, Reference::Mode, bool, const std::string&, const std::vector<EndpointPtr>&, - const RouterInfoPtr&, const LocatorInfoPtr&, const Ice::TransportInfoPtr&, bool); + const RouterInfoPtr&, const LocatorInfoPtr&, const std::vector<ConnectionPtr>&, bool); ReferencePtr create(const std::string&); ReferencePtr create(const Ice::Identity&, BasicStream*); |