summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointFactoryManager.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-05-08 13:01:07 +0000
committerMarc Laukien <marc@zeroc.com>2002-05-08 13:01:07 +0000
commit79e662aaa93cea43aabb8f160883a642679360d8 (patch)
tree5564c6c9f6acba8aef7500a5ed55ab253fd76b0e /cpp/src/Ice/EndpointFactoryManager.cpp
parentinitial compression (diff)
downloadice-79e662aaa93cea43aabb8f160883a642679360d8.tar.bz2
ice-79e662aaa93cea43aabb8f160883a642679360d8.tar.xz
ice-79e662aaa93cea43aabb8f160883a642679360d8.zip
DefaultsAndOverwrites
Diffstat (limited to 'cpp/src/Ice/EndpointFactoryManager.cpp')
-rw-r--r--cpp/src/Ice/EndpointFactoryManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/EndpointFactoryManager.cpp b/cpp/src/Ice/EndpointFactoryManager.cpp
index 164bf6f3560..67084de0056 100644
--- a/cpp/src/Ice/EndpointFactoryManager.cpp
+++ b/cpp/src/Ice/EndpointFactoryManager.cpp
@@ -14,6 +14,7 @@
#include <Ice/BasicStream.h>
#include <Ice/LocalException.h>
#include <Ice/Instance.h>
+#include <Ice/DefaultsAndOverwrites.h>
using namespace std;
using namespace Ice;
@@ -86,7 +87,7 @@ IceInternal::EndpointFactoryManager::create(const string& str) const
if (protocol == "default")
{
- protocol = _instance->defaultProtocol();
+ protocol = _instance->defaultsAndOverwrites()->defaultProtocol;
}
//