Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ACE_Array,ACE_Array::operator=): added missing ACE_INLINE's. | levine | 1999-01-02 | 1 | -2/+2 |
| | |||||
* | ChangeLogTag:Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-01-01 | 1 | -6/+55 |
| | |||||
* | (ACE_Bounded_Set::is_full): On LynxOS only, uninlined this function to avoid ↵ | levine | 1998-12-21 | 1 | -0/+3 |
| | | | | Internal Compiler Error with native (3.0.0) compiler | ||||
* | Fixed a bug introduced when someone genericized the creation strategy | jxh | 1998-12-01 | 1 | -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. | jxh | 1998-09-30 | 1 | -1/+3 |
| | |||||
* | Added a remove method to the ACE_DLList_Iterator. This is needed | jxh | 1998-09-22 | 1 | -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. | ||||
* | ChangeLog | irfan | 1998-09-17 | 1 | -23/+0 |
| | |||||
* | Put these into _T files so I could add some explicit template | jxh | 1998-09-17 | 1 | -0/+460 |
instantiations. |