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

Diff for /pegasus/src/Pegasus/Common/CharSet.h between version 1.6 and 1.7

version 1.6, 2006/11/07 21:30:36 version 1.7, 2007/11/11 19:48:34
Line 81 
Line 81 
     static Uint8 toLower(Uint8 c) { return _toLower[c]; }     static Uint8 toLower(Uint8 c) { return _toLower[c]; }
     static Uint8 isNotSpaceNorTerm(Uint8 c) { return _isNotSpaceNorTerm[c]; }     static Uint8 isNotSpaceNorTerm(Uint8 c) { return _isNotSpaceNorTerm[c]; }
  
       static Uint16 toUpperHash(Uint8 c) { return _toUpperHash[c]; }
   
 private: private:
     static const Uint8 _isAlphaUnder[256];     static const Uint8 _isAlphaUnder[256];
     static const Uint8 _isAlNumUnder[256];     static const Uint8 _isAlNumUnder[256];
Line 89 
Line 91 
     static const Uint8 _isSpace[256];     static const Uint8 _isSpace[256];
     static const Uint8 _isXmlWhiteSpace[256];     static const Uint8 _isXmlWhiteSpace[256];
     static const Uint8 _isNotSpaceNorTerm[256];     static const Uint8 _isNotSpaceNorTerm[256];
       static const Uint16 _toUpperHash[256];
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2