summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Message_Queue.h')
-rw-r--r--ACE/ace/Message_Queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Message_Queue.h b/ACE/ace/Message_Queue.h
index a3e9beca101..63f049b31a0 100644
--- a/ACE/ace/Message_Queue.h
+++ b/ACE/ace/Message_Queue.h
@@ -190,10 +190,10 @@ public:
/// and 0 if the queue's state is ACTIVATED or PULSED.
virtual int deactivated (void) = 0;
- /// Get the notification strategy for the <Message_Queue>
+ /// Get the notification strategy for the Message_Queue
virtual ACE_Notification_Strategy *notification_strategy (void) = 0;
- /// Set the notification strategy for the <Message_Queue>
+ /// Set the notification strategy for the Message_Queue
virtual void notification_strategy (ACE_Notification_Strategy *s) = 0;
// = Notification hook.