dbertoni    2002/11/20 17:58:56

  Modified:    c/src/PlatformSupport URISupport.cpp
  Log:
  Fixed some macros.
  
  Revision  Changes    Path
  1.22      +1 -1      xml-xalan/c/src/PlatformSupport/URISupport.cpp
  
  Index: URISupport.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/URISupport.cpp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- URISupport.cpp    20 Nov 2002 02:27:13 -0000      1.21
  +++ URISupport.cpp    21 Nov 2002 01:58:56 -0000      1.22
  @@ -157,7 +157,7 @@
                }
                else
                {
  -                     XALAN_USING(xercesc, XMLPlatformUtils)
  +                     XALAN_USING_XERCES(XMLPlatformUtils)
   
                        // Assume it's a file specification...
                        const XalanArrayAutoPtr<XalanDOMChar>   
theFullPathGuard(XMLPlatformUtils::getFullPath(c_wstr(urlString)));
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to