(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.105 and 1.106

version 1.105, 2012/08/14 14:55:28 version 1.106, 2014/06/14 16:14:04
Line 44 
Line 44 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Char16.h> #include <Pegasus/Common/Char16.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
   #include <cstdarg>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 444 
Line 445 
     */     */
     void toLower();     void toLower();
  
       /**
           Constructs a String based on printf specifications. For some
           compilers the PEGASUS_FORMAT generates warning messages if
           the format string does not match the input arguments.
           @param format  const char * The format specification as defined
               for printf. The format specification corresponds to the
               standard C++ printf format specification
           @param ... The list of arguments that will be formated.
       */
       PEGASUS_FORMAT(2,3)
       void appendPrintf(const char* format, ...);
   
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
     /**     /**
         <I><B>Experimental Interface</B></I><BR>         <I><B>Experimental Interface</B></I><BR>
Line 499 
Line 512 
     /**     /**
         Compares two strings and returns true if they are equal independent of         Compares two strings and returns true if they are equal independent of
         the case of the characters.         the case of the characters.
         @param s1 The first String to compare.          @param ... Variable arguments as defined for printf
         @param s2 The second String to compare.  
         @return true if the strings are equal independent of case, false  
             otherwise.  
     */     */
     static Boolean equalNoCase(const String& s1, const String& s2);     static Boolean equalNoCase(const String& s1, const String& s2);
  


Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2