(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.12 and 1.13

version 1.12, 2002/06/01 00:56:38 version 1.13, 2002/07/19 23:00:25
Line 97 
Line 97 
     /** 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); }      void reserveCapacity(Uint32 capacity) { _rep.reserveCapacity(capacity); }
  
 private: private:
  


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2