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

Diff for /pegasus/src/Pegasus/Common/System.h between version 1.28 and 1.29

version 1.28, 2002/08/29 00:27:52 version 1.29, 2002/09/11 19:11:54
Line 186 
Line 186 
  
     static Boolean truncateFile(const char* path, size_t newSize);     static Boolean truncateFile(const char* path, size_t newSize);
  
       /** Compare two strings but ignore any case differences.
           This method is provided only because some platforms lack a strcasecmp
           function in the standard library.
       */
       static Sint32 strcasecmp(const char* s1, const char* s2);
   
 #if defined(PEGASUS_OS_HPUX) #if defined(PEGASUS_OS_HPUX)
     static Boolean bindVerbose;     static Boolean bindVerbose;
 #endif #endif


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2