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.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.