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 02:03:42 UTC

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

dbertoni    2002/11/25 17:03:42

  Modified:    c/src/PlatformSupport URISupport.hpp
  Log:
  Moved typedef out of class scope.
  
  Revision  Changes    Path
  1.11      +4 -2      xml-xalan/c/src/PlatformSupport/URISupport.hpp
  
  Index: URISupport.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/URISupport.hpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- URISupport.hpp	20 Nov 2002 02:27:13 -0000	1.10
  +++ URISupport.hpp	26 Nov 2002 01:03:42 -0000	1.11
  @@ -84,11 +84,13 @@
   
   
   
  +typedef XERCES_CPP_NAMESPACE_QUALIFIER XMLURL	XMLURLType;
  +
  +
  +
   class XALAN_PLATFORMSUPPORT_EXPORT URISupport
   {
   public:
  -
  -	typedef XERCES_CPP_NAMESPACE_QUALIFIER XMLURL	XMLURLType;
   
   	typedef XalanAutoPtr<XMLURLType>	URLAutoPtrType;
   
  
  
  

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