summaryrefslogtreecommitdiff
path: root/TAO/tao/Thread_Per_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Thread_Per_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Thread_Per_Connection_Handler.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Thread_Per_Connection_Handler.cpp b/TAO/tao/Thread_Per_Connection_Handler.cpp
index 6cd522c8298..f51f17c51e8 100644
--- a/TAO/tao/Thread_Per_Connection_Handler.cpp
+++ b/TAO/tao/Thread_Per_Connection_Handler.cpp
@@ -40,7 +40,7 @@ TAO_Thread_Per_Connection_Handler::activate (long flags,
if (TAO_debug_level)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) - Thread_Per_Connection_Handler::")
+ ACE_TEXT ("TAO (%P|%t) - IIOP_Connection_Handler::")
ACE_TEXT ("activate %d threads, flags = %d\n"),
n_threads,
flags));
@@ -61,8 +61,9 @@ TAO_Thread_Per_Connection_Handler::activate (long flags,
int
TAO_Thread_Per_Connection_Handler::svc (void)
{
- ACE::clr_flags (this->ch_->transport ()->event_handler_i ()->get_handle (),
- ACE_NONBLOCK);
+ ACE_Flag_Manip::clr_flags (
+ this->ch_->transport ()->event_handler_i ()->get_handle (),
+ ACE_NONBLOCK);
// Call the implementation here
return this->ch_->svc_i ();