You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/02/09 03:15:28 UTC

cvs commit: xml-xerces/c/src/sax InputSource.hpp

abagchi     00/02/08 18:15:28

  Modified:    c/src/sax InputSource.hpp
  Log:
  Documented destructor
  
  Revision  Changes    Path
  1.4       +13 -0     xml-xerces/c/src/sax/InputSource.hpp
  
  Index: InputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax/InputSource.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InputSource.hpp	2000/02/06 07:47:58	1.3
  +++ InputSource.hpp	2000/02/09 02:15:28	1.4
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: InputSource.hpp,v $
  + * Revision 1.4  2000/02/09 02:15:28  abagchi
  + * Documented destructor
  + *
    * Revision 1.3  2000/02/06 07:47:58  rahulj
    * Year 2K copyright swat.
    *
  @@ -108,6 +111,9 @@
     * around beyond the call.</p>
     *
     * $Log: InputSource.hpp,v $
  +  * Revision 1.4  2000/02/09 02:15:28  abagchi
  +  * Documented destructor
  +  *
     * Revision 1.3  2000/02/06 07:47:58  rahulj
     * Year 2K copyright swat.
     *
  @@ -130,7 +136,14 @@
       // -----------------------------------------------------------------------
       //  All constructors are hidden, just the destructor is available
       // -----------------------------------------------------------------------
  +    /** @name Destructor */
  +    //@{
  +  /**
  +    * Destructor
  +    *
  +    */
       virtual ~InputSource();
  +    //@}
   
   
       // -----------------------------------------------------------------------