(file) Return to List.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/List.cpp between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2006/06/30 19:40:54 version 1.1.2.4, 2006/06/30 19:50:21
Line 71 
Line 71 
  
     if (_destructor)     if (_destructor)
     {     {
         // Reset _front, _back, and _size so that if this is called back,          // Reset _front, _back, and _size in case the destructor calls
         // there will be nothing to delete.          // a method of List.
  
         Linkable* front = _front;         Linkable* front = _front;
         Linkable* back = _back;         Linkable* back = _back;


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2