You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/11/27 19:51:08 UTC

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.hpp

dbertoni    2002/11/27 10:51:08

  Modified:    c/src/PlatformSupport DOMStringHelper.hpp
  Log:
  Fixed macro to qualify namespace.
  
  Revision  Changes    Path
  1.66      +1 -1      xml-xalan/c/src/PlatformSupport/DOMStringHelper.hpp
  
  Index: DOMStringHelper.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DOMStringHelper.hpp,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- DOMStringHelper.hpp	20 Nov 2002 02:27:13 -0000	1.65
  +++ DOMStringHelper.hpp	27 Nov 2002 18:51:08 -0000	1.66
  @@ -118,7 +118,7 @@
   
   #else
   
  -#define XALAN_STATIC_UCODE_STRING(str) TranscodeFromLocalCodePage(str)
  +#define XALAN_STATIC_UCODE_STRING(str) XALAN_CPP_NAMESPACE_QUALIFIER TranscodeFromLocalCodePage(str)
   
   /**
    * Determines if a range in an array contains only whitespace
  
  
  

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