(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.60 and 1.61

version 1.60, 2002/08/29 00:50:43 version 1.61, 2002/08/29 16:54:38
Line 168 
Line 168 
     */     */
     Uint32 size() const;     Uint32 size() const;
  
     /** getData Returns a pointer to the first character in the      /** getChar16Data Returns a pointer to the first character in the
         null-terminated string of the String object.          null-terminated Char16 buffer of the String object.
         @return Pointer to the first character of the String object         @return Pointer to the first character of the String object
         <pre>         <pre>
             String t1 = "abc";             String t1 = "abc";
             const Char16* q = t1.getData();              const Char16* q = t1.getChar16Data();
         </pre>         </pre>
     */     */
     const Char16* getData() const;      const Char16* getChar16Data() const;
  
     /** getCString - Create an 8-bit representation of this String object.     /** getCString - Create an 8-bit representation of this String object.
  


Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2