From 3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Thu, 6 Oct 2005 15:21:18 +0000 Subject: Bug 395 - Added pseudo INVADDR_ANY support --- cpp/src/Ice/EndpointFactoryManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Ice/EndpointFactoryManager.cpp') diff --git a/cpp/src/Ice/EndpointFactoryManager.cpp b/cpp/src/Ice/EndpointFactoryManager.cpp index 8536c6d0381..0c11e9170dc 100644 --- a/cpp/src/Ice/EndpointFactoryManager.cpp +++ b/cpp/src/Ice/EndpointFactoryManager.cpp @@ -64,7 +64,7 @@ IceInternal::EndpointFactoryManager::get(Short type) const } EndpointIPtr -IceInternal::EndpointFactoryManager::create(const string& str) const +IceInternal::EndpointFactoryManager::create(const string& str, bool adapterEndp) const { IceUtil::Mutex::Lock sync(*this); // TODO: Necessary? @@ -98,7 +98,7 @@ IceInternal::EndpointFactoryManager::create(const string& str) const { if(_factories[i]->protocol() == protocol) { - return _factories[i]->create(str.substr(end)); + return _factories[i]->create(str.substr(end), adapterEndp); } } -- cgit v1.2.3