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/04/16 08:02:01 UTC

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeDocumentFragment.hpp

dbertoni    02/04/15 23:02:01

  Modified:    c/src/XalanSourceTree XalanSourceTreeDocumentFragment.hpp
  Log:
  Fixed problem with covariant return type.
  
  Revision  Changes    Path
  1.5       +6 -0      xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocumentFragment.hpp
  
  Index: XalanSourceTreeDocumentFragment.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocumentFragment.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanSourceTreeDocumentFragment.hpp	16 Apr 2002 05:43:50 -0000	1.4
  +++ XalanSourceTreeDocumentFragment.hpp	16 Apr 2002 06:02:01 -0000	1.5
  @@ -67,6 +67,12 @@
   
   
   
  +#if !defined(XALAN_NO_COVARIANT_RETURN_TYPE)
  +#include <XalanSourceTree/XalanSourceTreeDocument.hpp>
  +#endif
  +
  +
  +
   class XalanSourceTreeComment;
   class XalanSourceTreeDocument;
   class XalanSourceTreeElement;
  
  
  

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