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/08 02:13:38 UTC

cvs commit: xml-xalan/c/src/XSLT XSLTResultTarget.cpp XSLTResultTarget.hpp

dbertoni    2002/11/07 17:13:38

  Modified:    c/src/XSLT XSLTResultTarget.cpp XSLTResultTarget.hpp
  Log:
  Added explicit implementation of destructor.
  
  Revision  Changes    Path
  1.10      +6 -0      xml-xalan/c/src/XSLT/XSLTResultTarget.cpp
  
  Index: XSLTResultTarget.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTResultTarget.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XSLTResultTarget.cpp	7 Mar 2002 04:10:59 -0000	1.9
  +++ XSLTResultTarget.cpp	8 Nov 2002 01:13:37 -0000	1.10
  @@ -223,3 +223,9 @@
   	m_formatterListener(&flistener)
   {
   }
  +
  +
  +
  +XSLTResultTarget::~XSLTResultTarget()
  +{
  +}
  
  
  
  1.17      +2 -0      xml-xalan/c/src/XSLT/XSLTResultTarget.hpp
  
  Index: XSLTResultTarget.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTResultTarget.hpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XSLTResultTarget.hpp	4 Jan 2002 00:55:23 -0000	1.16
  +++ XSLTResultTarget.hpp	8 Nov 2002 01:13:37 -0000	1.17
  @@ -165,6 +165,8 @@
   	 */
   	XSLTResultTarget(FormatterListener&		flistener);
   
  +	~XSLTResultTarget();
  +
   	/**
   	 * Set the file name where the results will be written.
   	 *
  
  
  

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