summaryrefslogtreecommitdiff
path: root/ace/Containers_T.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-1_0_6'.TAO-1_0_6nobody1999-10-111-2722/+0
|
* Removed redundant check from <delete_nodes>kirthika1999-09-031-1/+3
|
* ChangeLogTag:Thu Sep 2 18:39:23 1999 Douglas C. Schmidt ↵schmidt1999-09-031-5/+5
| | | | <schmidt@ace.cs.wustl.edu>
* ChangeLogTag:Wed Sep 1 00:05:04 1999 Douglas C. Schmidt ↵schmidt1999-09-011-1/+1
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt ↵schmidt1999-07-031-4/+6
| | | | <schmidt@tango.cs.wustl.edu>
* See Thu Jul 1 21:49:39 1999 Matthew J Braun <mjb2@cs.wustl.edu>mjb21999-07-021-0/+18
|
* Qualify dllist_ with this-> to get template parameters looked up.Steve Huston1999-06-171-2/+2
|
* See Tue Jun 15 22:26:43 1999 Matthew J Braun <mjb2@cs.wustl.edu>mjb21999-06-161-254/+467
|
* Added ACE_TYPENAME where HP-UX aC++ complained it was needed.Steve Huston1999-06-151-4/+4
|
* .schmidt1999-06-071-6/+10
|
* .schmidt1999-06-061-18/+18
|
* Thu May 20 17:47:35 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-201-7/+9
|
* Fixed the Array_Base max_size method to properly initialize the newsbw11999-05-041-1/+9
| | | | elements of the array.
* changes to make all pSOS PPC ACE tests linkcdgill1999-04-271-22/+24
|
* .schmidt1999-04-241-80/+148
|
* .schmidt1999-04-081-3/+3
|
* .schmidt1999-04-081-47/+33
|
* Changed assignment operators (operator=) to return a referenceOssama Othman1999-04-021-9/+27
| | | | to `*this' so that assignments may be chained.
* See my ChangeLog entry from 1 April 1999.Ossama Othman1999-04-011-4/+9
|
* .schmidt1999-01-221-2/+0
|
* *** empty log message ***irfan1999-01-071-1/+1
|
* ChangeLogTag:Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-011-15/+31
|
* (ACE_Fixed_Set::insert): removed blank line between function header and body.levine1998-12-311-1/+0
|
* (ACE_Bounded_Set::is_full): On LynxOS only, uninlined this function to avoid ↵levine1998-12-211-0/+10
| | | | Internal Compiler Error with native (3.0.0) compiler
* *** empty log message ***irfan1998-12-091-1/+4
|
* use ACE_NLOGGING instead of ACE_NDEBUGlevine1998-12-061-4/+4
|
* added if NDEBUG protection to some local variables and ACE_UNUSED_ARG to ↵levine1998-12-061-0/+4
| | | | some parameters to avoid compiler warnings when ACE_DEBUG is disabled.
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-11-181-3/+8
| | | | once, if possible
* ChangeLogTag:Mon Oct 12 09:43:07 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-121-2/+25
|
* removed unnecessary (and impolite) variable namelevine1998-10-091-1/+1
|
* Added begin () and end () to ACE_Unbounded_Queue.sergio1998-09-291-2/+17
|
* (ACE_{Bounded,Fixed}_Set_Iterator::done): added ACE_CAST_CONST to the static ↵levine1998-09-241-2/+4
| | | | cast
* Changed dynamic_cast to static_cast.nanbor1998-09-221-8/+7
|
* Added ACE_Double_Linked_List_Iterator::advance_and_remove () and a bunch of ↵nanbor1998-09-191-7/+22
| | | | dynamic_cast
* Removed protecting code with ACE_LACKS_TEMPLATE_AS_TEMPLATE_PARAMETERjxh1998-09-171-2/+0
| | | | since ACE_DLList no longer relies on this feature.
* Put these into _T files so I could add some explicit templatejxh1998-09-171-0/+2307
instantiations.