diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-06 01:41:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-06 01:41:15 +0000 |
commit | 696105aba6e39db40cacf7e05c1fd463a08f8b04 (patch) | |
tree | d9b4cb8bc6e1b8bd28331de8e5d44ec5d1cd707d /ace/Containers.cpp | |
parent | c82a69712e4f5c2c4b3f46e06e7709c47658f608 (diff) | |
download | ATCD-696105aba6e39db40cacf7e05c1fd463a08f8b04.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Containers.cpp')
-rw-r--r-- | ace/Containers.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Containers.cpp b/ace/Containers.cpp index 1aa28d273d6..384d430c5a1 100644 --- a/ace/Containers.cpp +++ b/ace/Containers.cpp @@ -1087,6 +1087,14 @@ ACE_Unbounded_Set<T>::insert_tail (const T &item) } template <class T> void +ACE_Unbounded_Set<T>::reset (void) +{ + ACE_TRACE ("reset"); + + this->delete_nodes (); +} + +template <class T> void ACE_Unbounded_Set<T>::dump (void) const { ACE_TRACE ("ACE_Unbounded_Set<T>::dump"); |