summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpTransceiver.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-01-30 22:06:27 +0000
committerMarc Laukien <marc@zeroc.com>2003-01-30 22:06:27 +0000
commit6a2e33a3de977f2dbb476efd1bf130c9b8f35943 (patch)
treefdf673b4cf7256b58296f820d770c5e06acffb75 /cpp/src/Ice/TcpTransceiver.h
parentstarted with stats interface (diff)
downloadice-6a2e33a3de977f2dbb476efd1bf130c9b8f35943.tar.bz2
ice-6a2e33a3de977f2dbb476efd1bf130c9b8f35943.tar.xz
ice-6a2e33a3de977f2dbb476efd1bf130c9b8f35943.zip
stats
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.h')
-rw-r--r--cpp/src/Ice/TcpTransceiver.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.h b/cpp/src/Ice/TcpTransceiver.h
index 91f3d98c9b2..af8d4f33fcd 100644
--- a/cpp/src/Ice/TcpTransceiver.h
+++ b/cpp/src/Ice/TcpTransceiver.h
@@ -18,6 +18,7 @@
#include <Ice/InstanceF.h>
#include <Ice/TraceLevelsF.h>
#include <Ice/LoggerF.h>
+#include <Ice/StatsF.h>
#include <Ice/Transceiver.h>
namespace IceInternal
@@ -44,8 +45,11 @@ private:
friend class TcpConnector;
friend class TcpAcceptor;
- TraceLevelsPtr _traceLevels;
- ::Ice::LoggerPtr _logger;
+ const TraceLevelsPtr _traceLevels;
+ const Ice::LoggerPtr _logger;
+ const Ice::StatsPtr _stats;
+ const std::string _name;
+
SOCKET _fd;
fd_set _rFdSet;
fd_set _wFdSet;