summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpTransceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.cpp')
-rw-r--r--cpp/src/Ice/TcpTransceiver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.cpp b/cpp/src/Ice/TcpTransceiver.cpp
index 36525a7e078..a7e51ae2dc5 100644
--- a/cpp/src/Ice/TcpTransceiver.cpp
+++ b/cpp/src/Ice/TcpTransceiver.cpp
@@ -333,8 +333,8 @@ IceInternal::TcpTransceiver::initialize(int)
IceInternal::TcpTransceiver::TcpTransceiver(const InstancePtr& instance, SOCKET fd) :
_traceLevels(instance->traceLevels()),
- _logger(instance->logger()),
- _stats(instance->stats()),
+ _logger(instance->initializationData().logger),
+ _stats(instance->initializationData().stats),
_fd(fd),
_desc(fdToString(fd))
#ifdef _WIN32