You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2001/05/06 01:04:42 UTC

cvs commit: xml-xerces/perl/Xerces_headers/parsers DOMParser.hpp SAXParser.hpp

jasons      01/05/05 16:04:42

  Modified:    perl/Xerces_headers/parsers DOMParser.hpp SAXParser.hpp
  Log:
  uncommented public destructors
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/perl/Xerces_headers/parsers/DOMParser.hpp
  
  Index: DOMParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/parsers/DOMParser.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMParser.hpp	2001/03/07 16:04:05	1.1
  +++ DOMParser.hpp	2001/05/05 23:04:42	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOMParser.hpp,v 1.1 2001/03/07 16:04:05 jasons Exp $
  + * $Id: DOMParser.hpp,v 1.2 2001/05/05 23:04:42 jasons Exp $
    *
    */
   
  @@ -130,7 +130,7 @@
       /**
         * Destructor
         */
  -//    ~DOMParser();
  +    ~DOMParser();
   
       //@}
   
  
  
  
  1.2       +5 -1      xml-xerces/perl/Xerces_headers/parsers/SAXParser.hpp
  
  Index: SAXParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/parsers/SAXParser.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SAXParser.hpp	2001/04/13 22:22:57	1.1
  +++ SAXParser.hpp	2001/05/05 23:04:42	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXParser.hpp,v $
  + * Revision 1.2  2001/05/05 23:04:42  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/04/13 22:22:57  jasons
    * 	* Xerces_headers/parsers/SAXParser.hpp (Repository):
    * 	Added SAXParser to list of supported API's
  @@ -162,7 +165,7 @@
       /**
         * Destructor
         */
  -//    ~SAXParser();
  +    ~SAXParser();
       //@}
   
   
  
  
  

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