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/22 03:17:59 UTC

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

dbertoni    2002/11/21 18:17:59

  Modified:    c/src/PlatformSupport FormatterListener.hpp
  Log:
  Moved typedefs outside class.
  
  Revision  Changes    Path
  1.9       +6 -4      xml-xalan/c/src/PlatformSupport/FormatterListener.hpp
  
  Index: FormatterListener.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/FormatterListener.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- FormatterListener.hpp	20 Nov 2002 02:27:13 -0000	1.8
  +++ FormatterListener.hpp	22 Nov 2002 02:17:59 -0000	1.9
  @@ -88,6 +88,11 @@
   
   
   
  +typedef XERCES_CPP_NAMESPACE_QUALIFIER Locator			LocatorType;
  +typedef XERCES_CPP_NAMESPACE_QUALIFIER AttributeList	AttributeListType;
  +
  +
  +
   /**
    * A SAX-based formatter interface for the XSL processor.  This interface 
    * will be called as result tree elements are constructed.
  @@ -97,9 +102,6 @@
   public:
   
   	typedef XERCES_CPP_NAMESPACE_QUALIFIER DocumentHandler	ParentType;
  -	typedef XERCES_CPP_NAMESPACE_QUALIFIER Locator			LocatorType;
  -	typedef XERCES_CPP_NAMESPACE_QUALIFIER AttributeList	AttributeListType;
  -
   
   	// A handy typedef...  Must match DocumentHandler's type for characters(), etc...
   	typedef unsigned int	size_type;
  
  
  

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