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

Diff for /pegasus/src/Pegasus/Common/Stack.h between version 1.10.2.1 and 1.10.2.2

version 1.10.2.1, 2001/08/20 02:37:39 version 1.10.2.2, 2001/12/03 02:28:44
Line 96 
Line 96 
     /** Const version of indxing operator. */     /** Const version of indxing operator. */
     const T& operator[](Uint32 i) const { return _rep[i]; }     const T& operator[](Uint32 i) const { return _rep[i]; }
  
       void reserve(Uint32 capacity) { _rep.reserve(capacity); }
   
 private: private:
  
     Array<T> _rep;     Array<T> _rep;


Legend:
Removed from v.1.10.2.1  
changed lines
  Added in v.1.10.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2