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

Diff for /pegasus/src/Pegasus/Common/String.h between version 1.52 and 1.53

version 1.52, 2002/07/18 17:06:28 version 1.53, 2002/07/19 23:00:25
Line 123 
Line 123 
     void clear();     void clear();
  
  
     /** reserve - Reserves memory for capacity characters. Notice that this      /** reserveCapacity - Reserves memory for capacity characters. Notice
         does not change the size of the string (size() returns what it did          that this does not change the size of the string (size() returns
         before).  If the capacity of the string is already greater or equal          what it did before).  If the capacity of the string is already
         to the capacity argument, this method has no effect.  The capacity          greater or equal to the capacity argument, this method has no
         of a String object has no bearing on its external behavior.  The          effect.  The capacity of a String object has no bearing on its
         capacity of a String is set only for performance reasons.          external behavior.  The capacity of a String is set only for
           performance reasons.
         @param capacity defines the capacity in characters to reserve.         @param capacity defines the capacity in characters to reserve.
     */     */
     void reserveCapacity(Uint32 capacity);     void reserveCapacity(Uint32 capacity);


Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2