diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-08-21 15:55:01 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-08-21 15:55:01 +0200 |
commit | b9f2fa14fb3f222a6ec5e0a93bf25fe5ad12b56a (patch) | |
tree | 183215e2dbeadfbc871b800ce09726e58af38b91 /cpp/src/Ice/EndpointI.cpp | |
parent | adding compression cookbook demo (diff) | |
download | ice-b9f2fa14fb3f222a6ec5e0a93bf25fe5ad12b56a.tar.bz2 ice-b9f2fa14fb3f222a6ec5e0a93bf25fe5ad12b56a.tar.xz ice-b9f2fa14fb3f222a6ec5e0a93bf25fe5ad12b56a.zip |
IOCP changes, bug 3501, 4200, 4156, 3101
Diffstat (limited to 'cpp/src/Ice/EndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointI.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/Ice/EndpointI.cpp b/cpp/src/Ice/EndpointI.cpp index 3840656abee..64c6efa5cf2 100644 --- a/cpp/src/Ice/EndpointI.cpp +++ b/cpp/src/Ice/EndpointI.cpp @@ -108,11 +108,6 @@ IceInternal::EndpointHostResolver::destroy() void IceInternal::EndpointHostResolver::run() { - if(_instance->initializationData().threadHook) - { - _instance->initializationData().threadHook->start(); - } - while(true) { ResolveEntry resolve; @@ -151,9 +146,4 @@ IceInternal::EndpointHostResolver::run() p->callback->exception(Ice::CommunicatorDestroyedException(__FILE__, __LINE__)); } _queue.clear(); - - if(_instance->initializationData().threadHook) - { - _instance->initializationData().threadHook->stop(); - } } |