diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-01 05:27:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-01 05:27:46 +0000 |
commit | 7c9df2b94260de0683498f181e8550f6382ad702 (patch) | |
tree | 3ecd37f7db1de5869eecacf0074a491ac5200705 /ace/Containers_T.h | |
parent | 026bcd6b9b76835c8cdc1d4d32fafc25f5fd85ab (diff) | |
download | ATCD-7c9df2b94260de0683498f181e8550f6382ad702.tar.gz |
ChangeLogTag:Wed Sep 1 00:05:04 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Containers_T.h')
-rw-r--r-- | ace/Containers_T.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Containers_T.h b/ace/Containers_T.h index 410c1d23306..222d3a4dc34 100644 --- a/ace/Containers_T.h +++ b/ace/Containers_T.h @@ -475,7 +475,8 @@ public: // = Additional utility methods. void reset (void); - // Reset the <ACE_Unbounded_Queue> to be empty. + // Reset the <ACE_Unbounded_Queue> to be empty and release all its + // dynamically allocated resources. int get (T *&item, size_t slot = 0) const; // Get the <slot>th element in the set. Returns -1 if the element |