summaryrefslogtreecommitdiff
path: root/ace/CLASSIX/CLASSIX_Select_Reactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/CLASSIX/CLASSIX_Select_Reactor.cpp')
-rw-r--r--ace/CLASSIX/CLASSIX_Select_Reactor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/CLASSIX/CLASSIX_Select_Reactor.cpp b/ace/CLASSIX/CLASSIX_Select_Reactor.cpp
index 960e76358aa..13716a5d351 100644
--- a/ace/CLASSIX/CLASSIX_Select_Reactor.cpp
+++ b/ace/CLASSIX/CLASSIX_Select_Reactor.cpp
@@ -150,7 +150,7 @@ ACE_CLASSIX_Select_Reactor::handle_error_ (int thePort)
int
ACE_CLASSIX_Select_Reactor::check_handles_ (int thePort)
{
- ACE_TRACE ("ACE_CLASSIX_Select_Reactor::check_handles_");
+ ACE_TRACE ("ACE_Select_Reactor::check_handles");
if (thePort == K_ANYENABLED)
return -1;
else
@@ -220,7 +220,7 @@ ACE_CLASSIX_Select_Reactor_Notify::dispatch_notifications (
int & number_of_active_handles,
const ACE_Handle_Set &rd_mask)
{
- ACE_TRACE ("(%t) ACE_CLASSIX_Select_Reactor_Notify::dispatch_notifications");
+ ACE_TRACE ("(%t) ACE_Select_Reactor_Notify::handle_notification");
ACE_HANDLE read_handle =
this->notification_sap_.get_handle ();