[Gcblue-commits] gcb_wx/include/common tcOptions.h,1.6,1.7 tcStream.h,1.5,1.6
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-05-09 20:41:00
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1643/include/common Modified Files: tcOptions.h tcStream.h Log Message: Index: tcOptions.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOptions.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcOptions.h 8 May 2004 21:25:25 -0000 1.6 --- tcOptions.h 9 May 2004 20:40:20 -0000 1.7 *************** *** 67,71 **** int mbUseNTDS; int debugLevel; ! int renderSkipCount; ///< used to skip rendering of some 2D windows to improve frame rate tsOptionInfo maOptionInfo[N_OPTIONS]; int mnNumOptions; --- 67,71 ---- int mbUseNTDS; int debugLevel; ! tsOptionInfo maOptionInfo[N_OPTIONS]; int mnNumOptions; Index: tcStream.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcStream.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcStream.h 8 May 2004 22:20:27 -0000 1.5 --- tcStream.h 9 May 2004 20:40:20 -0000 1.6 *************** *** 42,46 **** void read(char* buff, std::streamsize count); size_t size(); ! void skip(unsigned char count); void write(const char* buff, std::streamsize count); --- 42,47 ---- 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); *************** *** 82,84 **** ! #endif \ No newline at end of file --- 83,85 ---- ! #endif |