peiyongz    2003/12/16 16:01:44

  Modified:    c/src/xercesc/internal BinMemOutputStream.cpp
  Log:
  getSize()
  
  Revision  Changes    Path
  1.2       +10 -2     xml-xerces/c/src/xercesc/internal/BinMemOutputStream.cpp
  
  Index: BinMemOutputStream.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/BinMemOutputStream.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BinMemOutputStream.cpp    16 Dec 2003 16:56:51 -0000      1.1
  +++ BinMemOutputStream.cpp    17 Dec 2003 00:01:44 -0000      1.2
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.2  2003/12/17 00:01:44  peiyongz
  + * getSize()
  + *
    * Revision 1.1  2003/12/16 16:56:51  peiyongz
    * BinMemOutputStream
    *
  @@ -124,6 +127,11 @@
   }
   
   unsigned int BinMemOutputStream::curPos() const
  +{
  +    return fIndex;
  +}
  +
  +unsigned int BinMemOutputStream::getSize() const
   {
       return fIndex;
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to