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:18 UTC

cvs commit: xml-xerces/perl/Xerces_headers/framework LocalFileInputSource.hpp MemBufInputSource.hpp StdInInputSource.hpp URLInputSource.hpp

jasons      01/05/05 16:04:18

  Modified:    perl/Xerces_headers/framework LocalFileInputSource.hpp
                        MemBufInputSource.hpp StdInInputSource.hpp
                        URLInputSource.hpp
  Log:
  uncommented public destructors
  
  Revision  Changes    Path
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/framework/LocalFileInputSource.hpp
  
  Index: LocalFileInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/framework/LocalFileInputSource.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalFileInputSource.hpp	2001/03/07 16:04:04	1.1
  +++ LocalFileInputSource.hpp	2001/05/05 23:04:17	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: LocalFileInputSource.hpp,v $
  + * Revision 1.2  2001/05/05 23:04:17  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:04  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -171,7 +174,7 @@
   
       /** @name Destructor */
       //@{
  -//    ~LocalFileInputSource();
  +    ~LocalFileInputSource();
       //@}
   
   
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/framework/MemBufInputSource.hpp
  
  Index: MemBufInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/framework/MemBufInputSource.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MemBufInputSource.hpp	2001/03/07 16:04:04	1.1
  +++ MemBufInputSource.hpp	2001/05/05 23:04:17	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: MemBufInputSource.hpp,v $
  + * Revision 1.2  2001/05/05 23:04:17  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:04  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -179,7 +182,7 @@
         * If the buffer was adopted, the copy made during construction is deleted
         * at this point.
         */
  -//    ~MemBufInputSource();
  +    ~MemBufInputSource();
       //@}
   
   
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/framework/StdInInputSource.hpp
  
  Index: StdInInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/framework/StdInInputSource.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StdInInputSource.hpp	2001/03/07 16:04:04	1.1
  +++ StdInInputSource.hpp	2001/05/05 23:04:17	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: StdInInputSource.hpp,v $
  + * Revision 1.2  2001/05/05 23:04:17  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:04  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -126,7 +129,7 @@
   
       /** @name Destructor */
       //@{
  -//    ~StdInInputSource();
  +    ~StdInInputSource();
       //@}
   
   
  
  
  
  1.2       +7 -1      xml-xerces/perl/Xerces_headers/framework/URLInputSource.hpp
  
  Index: URLInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/framework/URLInputSource.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- URLInputSource.hpp	2001/03/07 16:04:04	1.1
  +++ URLInputSource.hpp	2001/05/05 23:04:17	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: URLInputSource.hpp,v $
  + * Revision 1.2  2001/05/05 23:04:17  jasons
  + * uncommented public destructors
  + *
    * Revision 1.1  2001/03/07 16:04:04  jasons
    * PR:
    * Submitted by:	jason@openinformatics.com
  @@ -224,7 +227,7 @@
   
       /** @name Destructor */
       //@{
  -//    ~URLInputSource();
  +    ~URLInputSource();
       //@}
   
   
  
  
  

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