(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.3.4.1 and 1.4

version 1.3.4.1, 2008/04/28 23:08:32 version 1.4, 2007/02/13 19:25:53
Line 66 
Line 66 
  
         Linkable* front = _front;         Linkable* front = _front;
         Linkable* back = _back;         Linkable* back = _back;
         size_t size= _size;          Uint32 size = _size;
  
         _front = 0;         _front = 0;
         _back = 0;         _back = 0;
Line 235 
Line 235 
 Linkable* ListRep::remove_back() Linkable* ListRep::remove_back()
 { {
     PEGASUS_DEBUG_ASSERT(_magic);     PEGASUS_DEBUG_ASSERT(_magic);
       PEGASUS_DEBUG_ASSERT(_size > 0);
     if (_size == 0)  
         return 0;  
  
     Linkable* elem = _back;     Linkable* elem = _back;
     remove(elem);     remove(elem);


Legend:
Removed from v.1.3.4.1  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2