summaryrefslogtreecommitdiff
path: root/ace/Activation_Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Activation_Queue.h')
-rw-r--r--ace/Activation_Queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Activation_Queue.h b/ace/Activation_Queue.h
index e1246a37125..b14a967d2bd 100644
--- a/ace/Activation_Queue.h
+++ b/ace/Activation_Queue.h
@@ -25,7 +25,7 @@
#include "ace/Condition_Thread_Mutex.h"
#include "ace/Method_Request.h"
-// Be compatible with the terminology in the POSA2 book!
+/// Define to be compatible with the terminology in the POSA2 book!
#define ACE_Activation_List ACE_Activation_Queue
/**
@@ -136,7 +136,7 @@ public:
ACE_ALLOC_HOOK_DECLARE;
protected:
- /// Stores the <Method_Requests>.
+ /// Stores the Method_Requests.
ACE_Message_Queue<ACE_SYNCH> *queue_;
/// Keeps track of whether we need to delete the queue.