diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-08 17:06:59 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-08 17:06:59 +0000 |
commit | c3788bc769adb082f446cedd1bbc5a57aab80c5a (patch) | |
tree | b2748cdf3000a59f69a2dec3c3f57ae8f23acc7e /cpp/src/Ice/TcpEndpoint.cpp | |
parent | made some classes final (diff) | |
download | ice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.tar.bz2 ice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.tar.xz ice-c3788bc769adb082f446cedd1bbc5a57aab80c5a.zip |
override
Diffstat (limited to 'cpp/src/Ice/TcpEndpoint.cpp')
-rw-r--r-- | cpp/src/Ice/TcpEndpoint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/TcpEndpoint.cpp b/cpp/src/Ice/TcpEndpoint.cpp index 55a9459e071..8f2a21b8b32 100644 --- a/cpp/src/Ice/TcpEndpoint.cpp +++ b/cpp/src/Ice/TcpEndpoint.cpp @@ -16,7 +16,7 @@ #include <Ice/BasicStream.h> #include <Ice/LocalException.h> #include <Ice/Instance.h> -#include <Ice/DefaultsAndOverwrites.h> +#include <Ice/DefaultsAndOverrides.h> using namespace std; using namespace Ice; @@ -114,7 +114,7 @@ IceInternal::TcpEndpoint::TcpEndpoint(const InstancePtr& instance, const string& if (_host.empty()) { - const_cast<string&>(_host) = _instance->defaultsAndOverwrites()->defaultHost; + const_cast<string&>(_host) = _instance->defaultsAndOverrides()->defaultHost; } } |