You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/04/01 23:55:43 UTC

cvs commit: xml-xerces/c/src/xercesc/util XMLUni.cpp XMLUni.hpp

peiyongz    2004/04/01 13:55:43

  Modified:    c/src/xercesc/util XMLUni.cpp XMLUni.hpp
  Log:
  fgDefErrMsg
  
  Revision  Changes    Path
  1.39      +10 -2     xml-xerces/c/src/xercesc/util/XMLUni.cpp
  
  Index: XMLUni.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLUni.cpp,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- XMLUni.cpp	25 Nov 2003 03:46:26 -0000	1.38
  +++ XMLUni.cpp	1 Apr 2004 21:55:43 -0000	1.39
  @@ -1423,7 +1423,15 @@
       ,   chNull
   };
   
  -
  +// default exception string
  +const XMLCh XMLUni::fgDefErrMsg[] =
  +{
  +        chLatin_C, chLatin_o, chLatin_u, chLatin_l, chLatin_d
  +    ,   chSpace, chLatin_n, chLatin_o, chLatin_t, chSpace
  +    ,   chLatin_l, chLatin_o, chLatin_a, chLatin_d, chSpace
  +    ,   chLatin_m, chLatin_e, chLatin_s, chLatin_s, chLatin_a
  +    ,   chLatin_g, chLatin_e, chNull
  +};
   
   XERCES_CPP_NAMESPACE_END
   
  
  
  
  1.34      +4 -1      xml-xerces/c/src/xercesc/util/XMLUni.hpp
  
  Index: XMLUni.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLUni.hpp,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- XMLUni.hpp	29 Jan 2004 11:48:47 -0000	1.33
  +++ XMLUni.hpp	1 Apr 2004 21:55:43 -0000	1.34
  @@ -296,6 +296,9 @@
       // Locale
       static const char  fgXercescDefaultLocale[];
   
  +    // Default Exception String
  +    static const XMLCh  fgDefErrMsg[];
  +
   private:
       // -----------------------------------------------------------------------
       //  Unimplemented constructors and operators
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org