You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/12/16 18:17:25 UTC

cvs commit: xml-xerces/c/src/xercesc/framework BinOutputStream.hpp

peiyongz    2003/12/16 09:17:25

  Modified:    c/src/xercesc/framework BinOutputStream.hpp
  Log:
  typo fixed
  
  Revision  Changes    Path
  1.2       +6 -3      xml-xerces/c/src/xercesc/framework/BinOutputStream.hpp
  
  Index: BinOutputStream.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/BinOutputStream.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BinOutputStream.hpp	18 Sep 2003 18:29:58 -0000	1.1
  +++ BinOutputStream.hpp	16 Dec 2003 17:17:25 -0000	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.2  2003/12/16 17:17:25  peiyongz
  + * typo fixed
  + *
    * Revision 1.1  2003/09/18 18:29:58  peiyongz
    * Interface: Binary Output Stream
    *
  @@ -79,7 +82,7 @@
       virtual ~BinOutputStream();
   
       // -----------------------------------------------------------------------
  -    //  The virtual input stream interface
  +    //  The virtual output stream interface
       // -----------------------------------------------------------------------
       virtual unsigned int curPos() const = 0;
   
  
  
  

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