diff options
author | Steve Huston <shuston@riverace.com> | 2002-07-11 19:05:11 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-07-11 19:05:11 +0000 |
commit | 9d42538910817fe80869d5d7f5109bba571af5be (patch) | |
tree | 860046080856465eb0bc7c312b3be34a0a2d218d /ace/Activation_Queue.h | |
parent | e516d1c93fb273262c591f52e9c5f1d05606cf13 (diff) | |
download | ATCD-9d42538910817fe80869d5d7f5109bba571af5be.tar.gz |
ChangeLogTag:Thu Jul 11 15:03:47 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Activation_Queue.h')
-rw-r--r-- | ace/Activation_Queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Activation_Queue.h b/ace/Activation_Queue.h index 120afac92a7..75011059365 100644 --- a/ace/Activation_Queue.h +++ b/ace/Activation_Queue.h @@ -114,7 +114,7 @@ public: ACE_Time_Value *tv = 0); /// Get the current number of method objects in the queue. - int method_count (void) const; + size_t method_count (void) const; /// Returns 1 if the queue is empty, 0 otherwise. int is_empty (void) const; |