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:07:05 UTC

cvs commit: xml-xerces/perl/Xerces_headers/sax AttributeList.hpp DTDHandler.hpp DocumentHandler.hpp EntityResolver.hpp ErrorHandler.hpp InputSource.hpp SAXException.hpp SAXParseException.hpp

jasons      01/05/05 16:07:05

  Modified:    perl/Xerces_headers/sax AttributeList.hpp DTDHandler.hpp
                        DocumentHandler.hpp EntityResolver.hpp
                        ErrorHandler.hpp InputSource.hpp SAXException.hpp
                        SAXParseException.hpp
  Log:
  uncommented public destructors
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xerces/perl/Xerces_headers/sax/AttributeList.hpp
  
  Index: AttributeList.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/sax/AttributeList.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AttributeList.hpp	2001/04/13 22:23:26	1.1
  +++ AttributeList.hpp	2001/05/05 23:07:04	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: AttributeList.hpp,v $
  + * Revision 1.2  2001/05/05 23:07:04  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/04/13 22:23:26  jasons
    * 	Added SAXParser to list of supported API's
    *
  @@ -161,7 +164,7 @@
   //     }
   
       /** Destructor */
  -//     virtual ~AttributeList()
  +    virtual ~AttributeList();
   //     {
   //     }
       //@}
  
  
  
  1.2       +4 -1      xml-xerces/perl/Xerces_headers/sax/DTDHandler.hpp
  
  Index: DTDHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/sax/DTDHandler.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DTDHandler.hpp	2001/04/13 22:23:26	1.1
  +++ DTDHandler.hpp	2001/05/05 23:07:04	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DTDHandler.hpp,v $
  + * Revision 1.2  2001/05/05 23:07:04  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/04/13 22:23:26  jasons
    * 	Added SAXParser to list of supported API's
    *
  @@ -124,7 +127,7 @@
   //     }
       
       /** Destructor */
  -//     virtual ~DTDHandler()
  +    virtual ~DTDHandler();
   //     {
   //     }
   
  
  
  
  1.2       +4 -1      xml-xerces/perl/Xerces_headers/sax/DocumentHandler.hpp
  
  Index: DocumentHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/sax/DocumentHandler.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DocumentHandler.hpp	2001/04/13 22:23:26	1.1
  +++ DocumentHandler.hpp	2001/05/05 23:07:04	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DocumentHandler.hpp,v $
  + * Revision 1.2  2001/05/05 23:07:04  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/04/13 22:23:26  jasons
    * 	Added SAXParser to list of supported API's
    *
  @@ -132,7 +135,7 @@
   //     }
   
       /** Destructor */
  -//     virtual ~DocumentHandler()
  +    virtual ~DocumentHandler();
   //     {
   //     }
       //@}
  
  
  
  1.2       +4 -1      xml-xerces/perl/Xerces_headers/sax/EntityResolver.hpp
  
  Index: EntityResolver.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/sax/EntityResolver.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EntityResolver.hpp	2001/04/13 22:23:26	1.1
  +++ EntityResolver.hpp	2001/05/05 23:07:04	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: EntityResolver.hpp,v $
  + * Revision 1.2  2001/05/05 23:07:04  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/04/13 22:23:26  jasons
    * 	Added SAXParser to list of supported API's
    *
  @@ -159,7 +162,7 @@
   //     }
   
       /** Destructor */
  -//     virtual ~EntityResolver()
  +    virtual ~EntityResolver();
   //     {
   //     }
   
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/sax/ErrorHandler.hpp
  
  Index: ErrorHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/sax/ErrorHandler.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ErrorHandler.hpp	2001/03/07 16:04:05	1.1
  +++ ErrorHandler.hpp	2001/05/05 23:07:04	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: ErrorHandler.hpp,v $
  + * Revision 1.2  2001/05/05 23:07:04  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:05  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -133,7 +136,7 @@
   //    }
   
       /** Desctructor */
  -//    virtual ~ErrorHandler()
  +    virtual ~ErrorHandler();
   //    {
   //    }
       //@}
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/sax/InputSource.hpp
  
  Index: InputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/sax/InputSource.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InputSource.hpp	2001/03/07 16:04:06	1.1
  +++ InputSource.hpp	2001/05/05 23:07:04	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: InputSource.hpp,v $
  + * Revision 1.2  2001/05/05 23:07:04  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:06  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -148,7 +151,7 @@
       * Destructor
       *
       */
  -//    virtual ~InputSource();
  +    virtual ~InputSource();
       //@}
   
   
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/sax/SAXException.hpp
  
  Index: SAXException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/sax/SAXException.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SAXException.hpp	2001/03/07 16:04:06	1.1
  +++ SAXException.hpp	2001/05/05 23:07:04	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXException.hpp,v $
  + * Revision 1.2  2001/05/05 23:07:04  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:06  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -169,7 +172,7 @@
   //    }
   
       /** Destructor */
  -//    virtual ~SAXException()
  +    virtual ~SAXException();
   //    {
   //        delete [] fMsg;
   //    }
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/sax/SAXParseException.hpp
  
  Index: SAXParseException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/sax/SAXParseException.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SAXParseException.hpp	2001/03/07 16:04:06	1.1
  +++ SAXParseException.hpp	2001/05/05 23:07:04	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXParseException.hpp,v $
  + * Revision 1.2  2001/05/05 23:07:04  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:06  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -165,7 +168,7 @@
       /**
         * Destructor
         */
  -//    ~SAXParseException();
  +    ~SAXParseException();
   
       //@}
   
  
  
  

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