[Gcblue-commits] gcb_wx/include/common tcStream.h,1.6,1.7
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-05-17 00:39:02
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3755/include/common Modified Files: tcStream.h Log Message: Index: tcStream.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcStream.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcStream.h 9 May 2004 20:40:20 -0000 1.6 --- tcStream.h 17 May 2004 00:38:53 -0000 1.7 *************** *** 42,46 **** void read(char* buff, std::streamsize count); size_t size(); ! void skip_read(unsigned char count); int tellp(); void write(const char* buff, std::streamsize count); --- 42,46 ---- void read(char* buff, std::streamsize count); size_t size(); ! void skip_read(unsigned int count); int tellp(); void write(const char* buff, std::streamsize count); |