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 2003/05/02 23:42:09 UTC

cvs commit: xml-xalan/c/src/XMLSupport XalanHTMLElementsProperties.hpp

dbertoni    2003/05/02 14:42:09

  Modified:    c/src/XMLSupport XalanHTMLElementsProperties.hpp
  Log:
  Added missing imports for zOS.
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xalan/c/src/XMLSupport/XalanHTMLElementsProperties.hpp
  
  Index: XalanHTMLElementsProperties.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/XalanHTMLElementsProperties.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanHTMLElementsProperties.hpp	8 Jan 2003 06:48:29 -0000	1.3
  +++ XalanHTMLElementsProperties.hpp	2 May 2003 21:42:09 -0000	1.4
  @@ -109,7 +109,7 @@
   		ATTREMPTY = (1 << 2)
   	};
   
  -	struct InternalAttributeProperties
  +	struct XALAN_XMLSUPPORT_EXPORT InternalAttributeProperties
   	{
   		typedef unsigned char	FlagsType;
   
  @@ -132,7 +132,7 @@
   		}
   	};
   
  -	struct InternalElementProperties
  +	struct XALAN_XMLSUPPORT_EXPORT InternalElementProperties
   	{
   		typedef InternalAttributeProperties::FlagsType	AttributeFlagsType;
   		typedef unsigned int							FlagsType;
  
  
  

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