diff options
author | Marc Laukien <marc@zeroc.com> | 2004-10-27 20:40:05 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-10-27 20:40:05 +0000 |
commit | 299cf60f65d06b32f5f85187f4f84a2d2a94582b (patch) | |
tree | b4f3916d07486d70141e52ad4182218d0bcb873c /cpp/src/Ice/TcpTransceiver.h | |
parent | comment fixes (diff) | |
download | ice-299cf60f65d06b32f5f85187f4f84a2d2a94582b.tar.bz2 ice-299cf60f65d06b32f5f85187f4f84a2d2a94582b.tar.xz ice-299cf60f65d06b32f5f85187f4f84a2d2a94582b.zip |
fix
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/TcpTransceiver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.h b/cpp/src/Ice/TcpTransceiver.h index 2a75c63cd47..cfefc3daf73 100644 --- a/cpp/src/Ice/TcpTransceiver.h +++ b/cpp/src/Ice/TcpTransceiver.h @@ -49,6 +49,8 @@ private: SOCKET _fd; fd_set _rFdSet; fd_set _wFdSet; + + const std::string _desc; }; } |