ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/interface/Array.h
(Generate patch)

Comparing UserCode/MitAna/DataCont/interface/Array.h (file contents):
Revision 1.13 by loizides, Thu Mar 12 18:19:47 2009 UTC vs.
Revision 1.14 by loizides, Mon Mar 23 13:07:17 2009 UTC

# Line 99 | Line 99 | inline ArrayElement *mithep::Array<Array
99   {
100     // Allocate a slot in the array, *only* to be used in placement new operator.
101    
102 <   return static_cast<ArrayElement*>(fArray[fNumEntries++]);
102 >  BaseCollection::Clear();
103 >  return static_cast<ArrayElement*>(fArray[fNumEntries++]);
104   }
105  
106   //--------------------------------------------------------------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines