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

Diff for /pegasus/src/Pegasus/Common/HashTable.h between version 1.26.4.2 and 1.28

version 1.26.4.2, 2008/04/25 22:23:40 version 1.28, 2008/11/12 21:27:05
Line 152 
Line 152 
  
     operator int() const { return _bucket != 0; }     operator int() const { return _bucket != 0; }
  
     _HashTableIteratorBase operator++(int);      void operator++();
  
     _HashTableIteratorBase& operator++();      void operator++(int)
       {
           operator++();
       }
  
 protected: protected:
  


Legend:
Removed from v.1.26.4.2  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2