diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-28 13:24:18 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-28 13:24:18 +0000 |
commit | 322b6cf76f6b3e043b03b288b43850ff3f32b3ce (patch) | |
tree | 7b0351256524ae6e2b3aa168ff5f6acdcfdbaad3 /cpp/src/Ice/CommunicatorI.cpp | |
parent | Update project file for the admin tool. (diff) | |
download | ice-322b6cf76f6b3e043b03b288b43850ff3f32b3ce.tar.bz2 ice-322b6cf76f6b3e043b03b288b43850ff3f32b3ce.tar.xz ice-322b6cf76f6b3e043b03b288b43850ff3f32b3ce.zip |
fixed the select bug under win32
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index 55b680210e4..60704936022 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -227,7 +227,7 @@ Ice::CommunicatorI::CommunicatorI(const PropertiesPtr& properties) __setNoDelete(false); // - // Se the comments in the header file for an explanation of why we + // See the comments in the header file for an explanation of why we // need _threadPool directly in CommunicatorI. // _threadPool = _instance->threadPool(); |