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/21 02:58:56 UTC

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

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org