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/26 01:13:10 UTC

cvs commit: xml-xalan/c/src/PlatformSupport XalanTranscodingServices.cpp

dbertoni    2002/11/25 16:13:10

  Modified:    c/src/PlatformSupport XalanTranscodingServices.cpp
  Log:
  Fixed macro.
  
  Revision  Changes    Path
  1.19      +2 -2      xml-xalan/c/src/PlatformSupport/XalanTranscodingServices.cpp
  
  Index: XalanTranscodingServices.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanTranscodingServices.cpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XalanTranscodingServices.cpp	20 Nov 2002 02:27:14 -0000	1.18
  +++ XalanTranscodingServices.cpp	26 Nov 2002 00:13:10 -0000	1.19
  @@ -284,7 +284,7 @@
   			eCode&					theResult,
   			size_t					theBlockSize)
   {
  -	XALAN_USING(xercesc, XMLPlatformUtils)
  +	XALAN_USING_XERCES(XMLPlatformUtils)
   
   	assert(XMLPlatformUtils::fgTransService != 0);
   
  @@ -300,7 +300,7 @@
   	}
   	else
   	{
  -		XALAN_USING(xercesc, XMLTranscoder)
  +		XALAN_USING_XERCES(XMLTranscoder)
   
   		XMLTranscoder*	theXercesTranscoder = 
   			XMLPlatformUtils::fgTransService->makeNewTranscoderFor(
  
  
  

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