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 2001/08/24 17:17:45 UTC

cvs commit: xml-xalan/c/src/XalanTransformer XalanCompiledStylesheet.hpp

dbertoni    01/08/24 08:17:45

  Modified:    c/src/XalanTransformer XalanCompiledStylesheet.hpp
  Log:
  Added missing forward declaration of StylesheetRoot.
  
  Revision  Changes    Path
  1.4       +4 -0      xml-xalan/c/src/XalanTransformer/XalanCompiledStylesheet.hpp
  
  Index: XalanCompiledStylesheet.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanCompiledStylesheet.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanCompiledStylesheet.hpp	2001/06/07 19:10:02	1.3
  +++ XalanCompiledStylesheet.hpp	2001/08/24 15:17:45	1.4
  @@ -64,6 +64,10 @@
   
   
   
  +class StylesheetRoot;
  +
  +
  +
   /**
    * This is an abstraction of the StylesheetRoot class. It is designed
    * to allow a XalanTranfomer object to reuse a compliled stylesheet. 
  
  
  

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