(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.11 and 1.15.2.1

version 1.11, 2001/12/13 14:54:02 version 1.15.2.1, 2002/10/28 15:43:24
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 96 
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.11  
changed lines
  Added in v.1.15.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2