summaryrefslogtreecommitdiff
path: root/ace/Activation_Queue.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-08 11:18:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-08 11:18:49 +0000
commit0735902b132aa49ea05fa4d0c5671cdaea4bb1e8 (patch)
tree8bd2adfa6def9a89fbba9a50d5fad58780c7de9d /ace/Activation_Queue.h
parentfc16c55997fa055075704c6f60e5d75fe19efc26 (diff)
downloadATCD-0735902b132aa49ea05fa4d0c5671cdaea4bb1e8.tar.gz
ChangeLogTag: Mon Apr 08 13:17:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
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 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;