summaryrefslogtreecommitdiff
path: root/ace/Activation_Queue.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-07 17:58:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-07 17:58:38 +0000
commit3768ede8dc5dd72d676bcf1a7bb41db88ec6e740 (patch)
tree21481c02d25a235b3dedc7d8364763fd1cc5737a /ace/Activation_Queue.h
parent32e9c835838839f032090d041029fba8e50adaa9 (diff)
downloadATCD-3768ede8dc5dd72d676bcf1a7bb41db88ec6e740.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Activation_Queue.h')
-rw-r--r--ace/Activation_Queue.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Activation_Queue.h b/ace/Activation_Queue.h
index 3516b33b497..ab6f265c7e9 100644
--- a/ace/Activation_Queue.h
+++ b/ace/Activation_Queue.h
@@ -37,6 +37,14 @@ public:
virtual ~ACE_Activation_Queue (void);
// = Queue operations.
+
+ // For the following two methods if <timeout> == 0, the caller will
+ // block until action is possible, else will wait until the absolute
+ // time specified in *<timeout> elapses). These calls will return,
+ // however, when queue is closed, deactivated, when a signal occurs,
+ // or if the time specified in timeout elapses, (in which case errno
+ // = EWOULDBLOCK).
+
ACE_Method_Object *dequeue (ACE_Time_Value *tv = 0);
// Dequeue the next available <Method_Object>.