summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Queue.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-11-23 08:08:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-11-23 08:08:31 +0000
commit94c3009f7f5bab9527e574835f0948b5b03f5dcf (patch)
treecb2ed26ad3a5169fd07ec79a55716acaebea7784 /ACE/ace/Message_Queue.h
parent5372fdd213c6578d8fdb5e3dbb65ef7daf62c103 (diff)
downloadATCD-94c3009f7f5bab9527e574835f0948b5b03f5dcf.tar.gz
Fri Nov 23 08:07:23 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ETCL/ETCL_Constraint.inl: Fixed coverity error by initializing pointer value * ace/Message_Queue.h: * ace/Timer_Queue_Iterator.h: Doxygen improvements * ace/Timer_Queue_Iterator.cpp: Initialize all members in default constructor
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.