summaryrefslogtreecommitdiff
path: root/ace/Activation_Queue.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-15 06:08:14 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-15 06:08:14 +0000
commit25505bc6078ee38f8b99e3f18319e5a7e3bcdc1d (patch)
tree6b12d40d0eba0ffec284c524bc7ea3a5de466f14 /ace/Activation_Queue.h
parentcee6579cae55353694b8dbd9ec5e88a6f3846c52 (diff)
downloadATCD-25505bc6078ee38f8b99e3f18319e5a7e3bcdc1d.tar.gz
ChangeLogTag:Fri Oct 15 01:03:13 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Activation_Queue.h')
-rw-r--r--ace/Activation_Queue.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/Activation_Queue.h b/ace/Activation_Queue.h
index c2e9b232269..bbdbfc9fb52 100644
--- a/ace/Activation_Queue.h
+++ b/ace/Activation_Queue.h
@@ -62,6 +62,15 @@ public:
// Enqueue the <Method_Request> in priority order. The priority is
// determined by the <priority> method of the <new_message_request>.
+ int method_count (void) const;
+ // Get the current number of method objects in the queue.
+
+ int is_empty (void) const;
+ // Returns 1 if the queue is empty, 0 otherwise.
+
+ int is_full (void) const;
+ // Returns 1 if the queue is full, 0 otherwise.
+
void dump (void) const;
// Dump the state of an request.