diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 05:28:39 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 05:28:39 +0000 |
commit | 5f049a37e111872237fd6cec88c602c619259e66 (patch) | |
tree | 80febd0f4630d0f36572a66b69861b2bddc26f60 /ace/Containers_T.h | |
parent | f675792ad48fd536b21e22599f1409a0bb502c54 (diff) | |
download | ATCD-5f049a37e111872237fd6cec88c602c619259e66.tar.gz |
.
Diffstat (limited to 'ace/Containers_T.h')
-rw-r--r-- | ace/Containers_T.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Containers_T.h b/ace/Containers_T.h index 951871f58f1..f03482c4daa 100644 --- a/ace/Containers_T.h +++ b/ace/Containers_T.h @@ -23,7 +23,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/Containers.h" /* Need ACE_DLList_Node */ +// Need by ACE_DLList_Node. +#include "ace/Containers.h" class ACE_Allocator; @@ -735,7 +736,7 @@ public: T *insert_head (T *new_item); // Delegates to ACE_Double_Linked_List. - T* delete_head (void); + T *delete_head (void); // Delegates to ACE_Double_Linked_List. T *delete_tail (void); |