summaryrefslogtreecommitdiff
path: root/ace/Message_Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Message_Queue.h')
-rw-r--r--ace/Message_Queue.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Message_Queue.h b/ace/Message_Queue.h
index a96db9fa72a..2a814b2fbb0 100644
--- a/ace/Message_Queue.h
+++ b/ace/Message_Queue.h
@@ -163,10 +163,10 @@ public:
// <enqueue_tail>, and <enqueue_prio> when a new item is inserted
// into the queue. Subclasses can override this method to perform
// specific notification strategies (e.g., signaling events for a
- // <ReactorEx>, notifying a <Reactor>, etc.). In a multi-threaded
- // application with concurrent consumers, there is no guarantee that
- // the queue will be still be non-empty by the time the notification
- // occurs.
+ // <WFMO_Reactor>, notifying a <Reactor>, etc.). In a
+ // multi-threaded application with concurrent consumers, there is no
+ // guarantee that the queue will be still be non-empty by the time
+ // the notification occurs.
// = Get/set the notification strategy for the <Message_Queue>
ACE_Notification_Strategy *notification_strategy (void);