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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to