summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/Activation_Queue.h4
4 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c2cc6a5d1cc..646e7958d2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 8 13:18:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Activation_Queue.h:
+ Corrected location of doxygen comments so that the right comment
+ is placed below the right method
+
Sun Apr 7 18:04:56 2002 Krishnakumar B <kitty@cs.wustl.edu>
* tests/test_config.h (randomize):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index c2cc6a5d1cc..646e7958d2f 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Mon Apr 8 13:18:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Activation_Queue.h:
+ Corrected location of doxygen comments so that the right comment
+ is placed below the right method
+
Sun Apr 7 18:04:56 2002 Krishnakumar B <kitty@cs.wustl.edu>
* tests/test_config.h (randomize):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index c2cc6a5d1cc..646e7958d2f 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Mon Apr 8 13:18:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Activation_Queue.h:
+ Corrected location of doxygen comments so that the right comment
+ is placed below the right method
+
Sun Apr 7 18:04:56 2002 Krishnakumar B <kitty@cs.wustl.edu>
* tests/test_config.h (randomize):
diff --git a/ace/Activation_Queue.h b/ace/Activation_Queue.h
index e74cb69724d..ac3146e65a0 100644
--- a/ace/Activation_Queue.h
+++ b/ace/Activation_Queue.h
@@ -78,11 +78,11 @@ public:
/// Dump the state of an request.
void dump (void) const;
- ACE_Message_Queue<ACE_SYNCH> *queue (void) const;
/// Get a pointer to the underlying queue.
+ ACE_Message_Queue<ACE_SYNCH> *queue (void) const;
- void queue (ACE_Message_Queue<ACE_SYNCH> *q);
/// Set the pointer to the underlying queue.
+ void queue (ACE_Message_Queue<ACE_SYNCH> *q);
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;