diff options
Diffstat (limited to 'docs/tutorials/007/client_handler.cpp')
-rw-r--r-- | docs/tutorials/007/client_handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/007/client_handler.cpp b/docs/tutorials/007/client_handler.cpp index f91f0ec6c40..39c4395967c 100644 --- a/docs/tutorials/007/client_handler.cpp +++ b/docs/tutorials/007/client_handler.cpp @@ -134,7 +134,7 @@ int Client_Handler::handle_input (ACE_HANDLE _handle) */ if( concurrency() == Client_Acceptor::thread_pool_ ) { - if( ACE_Thread::self() == creator_ ) + if( ACE_OS::thr_equal(ACE_Thread::self(),creator_) ) { /* Remove ourselves from the reactor and ask to be put into the thread pool's |