summaryrefslogtreecommitdiff
path: root/ace/Containers_T.i
Commit message (Collapse)AuthorAgeFilesLines
* (ACE_Array,ACE_Array::operator=): added missing ACE_INLINE's.levine1999-01-021-2/+2
|
* ChangeLogTag:Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-011-6/+55
|
* (ACE_Bounded_Set::is_full): On LynxOS only, uninlined this function to avoid ↵levine1998-12-211-0/+3
| | | | Internal Compiler Error with native (3.0.0) compiler
* Fixed a bug introduced when someone genericized the creation strategyjxh1998-12-011-18/+24
| | | | | | for ACE_DLList. The removal routing had not been similarly genericized. Thanks goes to Martin Krumpolec <krumpo@pobox.sk> for spotting the problem.
* Fixed a memory leak with the ACE_DLList_Iterator::remove () method.jxh1998-09-301-1/+3
|
* Added a remove method to the ACE_DLList_Iterator. This is neededjxh1998-09-221-0/+8
| | | | | | since ACE_DLList is actually an abstraction over ACE_Double_Linked_List, so the user of ACE_DLList does not hold the address of the "real" node that ACE_Double_Linked_List is managing.
* ChangeLogirfan1998-09-171-23/+0
|
* Put these into _T files so I could add some explicit templatejxh1998-09-171-0/+460
instantiations.