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:03:41 UTC

cvs commit: xml-xerces/perl/Xerces_headers/dom DOMString.hpp DOM_Attr.hpp DOM_CDATASection.hpp DOM_CharacterData.hpp DOM_Comment.hpp DOM_DOMImplementation.hpp DOM_Document.hpp DOM_DocumentFragment.hpp DOM_DocumentType.hpp DOM_Element.hpp DOM_Entity.hpp DOM_EntityReference.hpp DOM_NamedNodeMap.hpp DOM_Node.hpp DOM_NodeFilter.hpp DOM_NodeIterator.hpp DOM_NodeList.hpp DOM_Notation.hpp DOM_ProcessingInstruction.hpp DOM_Range.hpp DOM_Text.hpp DOM_TreeWalker.hpp DOM_XMLDecl.hpp

jasons      01/05/05 16:03:41

  Modified:    perl/Xerces_headers/dom DOMString.hpp DOM_Attr.hpp
                        DOM_CDATASection.hpp DOM_CharacterData.hpp
                        DOM_Comment.hpp DOM_DOMImplementation.hpp
                        DOM_Document.hpp DOM_DocumentFragment.hpp
                        DOM_DocumentType.hpp DOM_Element.hpp DOM_Entity.hpp
                        DOM_EntityReference.hpp DOM_NamedNodeMap.hpp
                        DOM_Node.hpp DOM_NodeFilter.hpp
                        DOM_NodeIterator.hpp DOM_NodeList.hpp
                        DOM_Notation.hpp DOM_ProcessingInstruction.hpp
                        DOM_Range.hpp DOM_Text.hpp DOM_TreeWalker.hpp
                        DOM_XMLDecl.hpp
  Log:
  uncommented public destructors
  
  Revision  Changes    Path
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOMString.hpp
  
  Index: DOMString.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOMString.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMString.hpp	2001/03/07 16:03:58	1.1
  +++ DOMString.hpp	2001/05/05 23:03:38	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOMString.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:38  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:03:58  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -207,7 +210,7 @@
   	  * Destructor for DOMString
   	  *
   	  */
  -//    ~DOMString();
  +    ~DOMString();
   
       //@}
       /** @name Operators for string manipulation. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_Attr.hpp
  
  Index: DOM_Attr.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Attr.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_Attr.hpp	2001/03/07 16:03:59	1.1
  +++ DOM_Attr.hpp	2001/05/05 23:03:38	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_Attr.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:38  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:03:59  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -183,7 +186,7 @@
       * "node", not the underlying attribute itself.
       *
       */
  -//    ~DOM_Attr();
  +    ~DOM_Attr();
   	//@}
       
     /** @name Getter functions */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_CDATASection.hpp
  
  Index: DOM_CDATASection.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_CDATASection.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_CDATASection.hpp	2001/03/07 16:03:59	1.1
  +++ DOM_CDATASection.hpp	2001/05/05 23:03:38	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_CDATASection.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:38  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:03:59  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -158,7 +161,7 @@
   	  *
   	  */
   
  -//	    ~DOM_CDATASection();
  +    ~DOM_CDATASection();
       //@}
   
   
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_CharacterData.hpp
  
  Index: DOM_CharacterData.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_CharacterData.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_CharacterData.hpp	2001/03/07 16:03:59	1.1
  +++ DOM_CharacterData.hpp	2001/05/05 23:03:38	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_CharacterData.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:38  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:03:59  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -161,7 +164,7 @@
         * is the reference to the Character Data node, not the character
         * data itself.
   	  */
  -//    ~DOM_CharacterData();
  +    ~DOM_CharacterData();
   
   
       //@}
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_Comment.hpp
  
  Index: DOM_Comment.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Comment.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_Comment.hpp	2001/03/07 16:03:59	1.1
  +++ DOM_Comment.hpp	2001/05/05 23:03:38	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_Comment.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:38  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:03:59  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -156,7 +159,7 @@
         * object, not the underlying Comment node itself.
         * 
   	  */
  -//    ~DOM_Comment();
  +    ~DOM_Comment();
       //@}
   
   //protected:
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_DOMImplementation.hpp
  
  Index: DOM_DOMImplementation.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_DOMImplementation.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_DOMImplementation.hpp	2001/03/07 16:03:59	1.1
  +++ DOM_DOMImplementation.hpp	2001/05/05 23:03:38	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_DOMImplementation.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:38  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:03:59  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -139,7 +142,7 @@
       *
       */
   
  -//    ~DOM_DOMImplementation();
  +    ~DOM_DOMImplementation();
   	//@}
   
     /** @name Getter functions */
  
  
  
  1.3       +2 -2      xml-xerces/perl/Xerces_headers/dom/DOM_Document.hpp
  
  Index: DOM_Document.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Document.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOM_Document.hpp	2001/04/13 22:26:36	1.2
  +++ DOM_Document.hpp	2001/05/05 23:03:38	1.3
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOM_Document.hpp,v 1.2 2001/04/13 22:26:36 jasons Exp $
  + * $Id: DOM_Document.hpp,v 1.3 2001/05/05 23:03:38 jasons Exp $
   */
   
   //#ifndef DOM_Document_HEADER_GUARD_
  @@ -161,7 +161,7 @@
       * the underlying document itself remains also.
       *
       */
  -//    ~DOM_Document();
  +    ~DOM_Document();
   
     //@}
     /** @name Factory methods to create new nodes for the Document */
  
  
  
  1.2       +2 -2      xml-xerces/perl/Xerces_headers/dom/DOM_DocumentFragment.hpp
  
  Index: DOM_DocumentFragment.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_DocumentFragment.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_DocumentFragment.hpp	2001/03/07 16:04:00	1.1
  +++ DOM_DocumentFragment.hpp	2001/05/05 23:03:38	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOM_DocumentFragment.hpp,v 1.1 2001/03/07 16:04:00 jasons Exp $
  + * $Id: DOM_DocumentFragment.hpp,v 1.2 2001/05/05 23:03:38 jasons Exp $
    */
   
   //#ifndef DOM_DocumentFragment_HEADER_GUARD_
  @@ -163,7 +163,7 @@
         * object, not the underlying Comment node itself.
         *
         */
  -//    ~DOM_DocumentFragment();
  +    ~DOM_DocumentFragment();
   
   	//@}
   
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_DocumentType.hpp
  
  Index: DOM_DocumentType.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_DocumentType.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_DocumentType.hpp	2001/03/07 16:04:00	1.1
  +++ DOM_DocumentType.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_DocumentType.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:00  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -180,7 +183,7 @@
         * object, not the underlying DocumentType node itself.
   	  *
   	  */
  -//    ~DOM_DocumentType();
  +    ~DOM_DocumentType();
       //@}
   
       /** @name Getter functions. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_Element.hpp
  
  Index: DOM_Element.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Element.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_Element.hpp	2001/03/07 16:04:00	1.1
  +++ DOM_Element.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_Element.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:00  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -187,7 +190,7 @@
         * object, not the underlying Element itself.
   	  *
   	  */
  -//    ~DOM_Element();
  +    ~DOM_Element();
       //@}
       /** @name Getter functions. */
       //@{
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_Entity.hpp
  
  Index: DOM_Entity.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Entity.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_Entity.hpp	2001/03/07 16:04:00	1.1
  +++ DOM_Entity.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_Entity.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:00  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -165,7 +168,7 @@
   	  * Destructor for DOM_Entity.
   	  *
   	  */
  -//    ~DOM_Entity();
  +    ~DOM_Entity();
   
       //@}
       /** @name Get functions. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_EntityReference.hpp
  
  Index: DOM_EntityReference.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_EntityReference.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_EntityReference.hpp	2001/03/07 16:04:00	1.1
  +++ DOM_EntityReference.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_EntityReference.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:00  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -157,7 +160,7 @@
         * object, not the underlying entity reference node itself.
   	  *
   	  */
  -//    ~DOM_EntityReference();
  +    ~DOM_EntityReference();
       //@}
   
   //protected:
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_NamedNodeMap.hpp
  
  Index: DOM_NamedNodeMap.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_NamedNodeMap.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_NamedNodeMap.hpp	2001/03/07 16:04:01	1.1
  +++ DOM_NamedNodeMap.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_NamedNodeMap.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:01  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -190,7 +193,7 @@
         * should appear only as local variables or function parameters.
   	  *
   	  */
  -//    ~DOM_NamedNodeMap();
  +    ~DOM_NamedNodeMap();
       
       //@}
   
  
  
  
  1.2       +2 -2      xml-xerces/perl/Xerces_headers/dom/DOM_Node.hpp
  
  Index: DOM_Node.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Node.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_Node.hpp	2001/03/07 16:04:01	1.1
  +++ DOM_Node.hpp	2001/05/05 23:03:39	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOM_Node.hpp,v 1.1 2001/03/07 16:04:01 jasons Exp $
  + * $Id: DOM_Node.hpp,v 1.2 2001/05/05 23:03:39 jasons Exp $
    */
   
   //#ifndef DOM_Node_HEADER_GUARD_
  @@ -145,7 +145,7 @@
         * object, not the underlying node itself.
   	  *
   	  */
  -//    ~DOM_Node();
  +    ~DOM_Node();
   
       //@}
       /** @name Equality and Inequality operators. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_NodeFilter.hpp
  
  Index: DOM_NodeFilter.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_NodeFilter.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_NodeFilter.hpp	2001/03/07 16:04:01	1.1
  +++ DOM_NodeFilter.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_NodeFilter.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:01  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -189,7 +192,7 @@
   	/**
   	  * Destructor for DOM_NodeFilter.
   	  */
  -//        virtual ~DOM_NodeFilter();
  +        virtual ~DOM_NodeFilter();
           //@}
   
           /** @name Test function. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_NodeIterator.hpp
  
  Index: DOM_NodeIterator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_NodeIterator.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_NodeIterator.hpp	2001/03/07 16:04:01	1.1
  +++ DOM_NodeIterator.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_NodeIterator.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:01  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -158,7 +161,7 @@
   	/**
   	  * Destructor for DOM_NodeIterator.
   	  */
  -//        ~DOM_NodeIterator();
  +        ~DOM_NodeIterator();
           //@}
   
           /** @name Equality and Inequality operators. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_NodeList.hpp
  
  Index: DOM_NodeList.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_NodeList.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_NodeList.hpp	2001/03/07 16:04:01	1.1
  +++ DOM_NodeList.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_NodeList.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:01  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -175,7 +178,7 @@
         * and should never be explicitly new-ed or deleted in application code, but
         * should appear only as local variables or function parameters.
   	  */
  -//    ~DOM_NodeList();
  +    ~DOM_NodeList();
       //@}
   
       /** @name Comparison operators. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_Notation.hpp
  
  Index: DOM_Notation.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Notation.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_Notation.hpp	2001/03/07 16:04:01	1.1
  +++ DOM_Notation.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_Notation.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:01  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -164,7 +167,7 @@
         * object, not the underlying Notation node itself.
         * 
   	  */
  -//    ~DOM_Notation();
  +    ~DOM_Notation();
   
       //@}
       /** @name Get functions. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_ProcessingInstruction.hpp
  
  Index: DOM_ProcessingInstruction.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_ProcessingInstruction.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_ProcessingInstruction.hpp	2001/03/07 16:04:01	1.1
  +++ DOM_ProcessingInstruction.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_ProcessingInstruction.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:01  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -154,7 +157,7 @@
         * object, not the underlying PI node itself.
   	  *
   	  */
  -//    ~DOM_ProcessingInstruction();
  +    ~DOM_ProcessingInstruction();
   
       //@}
       /** @name Get functions. */
  
  
  
  1.3       +2 -2      xml-xerces/perl/Xerces_headers/dom/DOM_Range.hpp
  
  Index: DOM_Range.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Range.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOM_Range.hpp	2001/03/14 23:01:15	1.2
  +++ DOM_Range.hpp	2001/05/05 23:03:39	1.3
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOM_Range.hpp,v 1.2 2001/03/14 23:01:15 jasons Exp $
  + * $Id: DOM_Range.hpp,v 1.3 2001/05/05 23:03:39 jasons Exp $
    */
   
   //#ifndef DOM_Range_HEADER_GUARD_
  @@ -82,7 +82,7 @@
   
       //c'tor & d'tor
   //    DOM_Range();
  -//    ~DOM_Range();
  +    ~DOM_Range();
   
       
   //    DOM_Range & operator = (const DOM_Range &other);
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_Text.hpp
  
  Index: DOM_Text.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Text.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_Text.hpp	2001/03/07 16:04:02	1.1
  +++ DOM_Text.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_Text.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:02  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -177,7 +180,7 @@
         * object, not the underlying Comment node itself.
   	  *
   	  */
  -//    ~DOM_Text();
  +    ~DOM_Text();
   
       //@}
       /** @name Functions to modify the Text node. */
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/dom/DOM_TreeWalker.hpp
  
  Index: DOM_TreeWalker.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_TreeWalker.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_TreeWalker.hpp	2001/03/07 16:04:02	1.1
  +++ DOM_TreeWalker.hpp	2001/05/05 23:03:39	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOM_TreeWalker.hpp,v $
  + * Revision 1.2  2001/05/05 23:03:39  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:02  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -163,7 +166,7 @@
   	/**
   	  * Destructor for DOM_TreeWalker.
   	  */
  -//        ~DOM_TreeWalker();
  +        ~DOM_TreeWalker();
           //@}
   
           /** @name Equality and Inequality operators. */
  
  
  
  1.2       +2 -2      xml-xerces/perl/Xerces_headers/dom/DOM_XMLDecl.hpp
  
  Index: DOM_XMLDecl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_XMLDecl.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOM_XMLDecl.hpp	2001/03/07 16:04:02	1.1
  +++ DOM_XMLDecl.hpp	2001/05/05 23:03:39	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOM_XMLDecl.hpp,v 1.1 2001/03/07 16:04:02 jasons Exp $
  + * $Id: DOM_XMLDecl.hpp,v 1.2 2001/05/05 23:03:39 jasons Exp $
    *
   */
   
  @@ -131,7 +131,7 @@
       * the underlying document itself remains also.
       *
       */
  -//    ~DOM_XMLDecl();
  +    ~DOM_XMLDecl();
   
     //@}
   
  
  
  

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