diff options
Diffstat (limited to 'ACE/ace/Containers_T.h')
-rw-r--r-- | ACE/ace/Containers_T.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ACE/ace/Containers_T.h b/ACE/ace/Containers_T.h index 8282dca833d..533a48924bb 100644 --- a/ACE/ace/Containers_T.h +++ b/ACE/ace/Containers_T.h @@ -986,18 +986,6 @@ template <class T> class ACE_DLList_Reverse_Iterator; typedef ACE_Double_Linked_List<ACE_DLList_Node> ACE_DLList_Base; -//typedef ACE_Double_Linked_List_Iterator <ACE_DLList_Node> -// ACE_DLList_Iterator_Base; -//typedef ACE_Double_Linked_List_Reverse_Iterator <ACE_DLList_Node> -// ACE_DLList_Reverse_Iterator_Base; -//@@ These two typedefs (inherited from James Hu's original design) -// have been removed because Sun CC 4.2 had problems with it. I guess -// having the DLList_Iterators inheriting from a class which is -// actually a typedef leads to problems. #define'ing rather than -// typedef'ing worked, but as per Carlos's reccomendation, I'm just -// replacing all references to the base classes with their actual -// type. Matt Braun (6/15/99) - /** * @class ACE_DLList * |