[Gcblue-commits] gcb_wx/include/common tcFile.h,1.7,1.8
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-12-10 16:52:12
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29922/include/common Modified Files: tcFile.h Log Message: Start of save to python feature Index: tcFile.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcFile.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcFile.h 8 Aug 2004 00:31:32 -0000 1.7 --- tcFile.h 10 Dec 2005 16:52:02 -0000 1.8 *************** *** 54,59 **** void WriteString(const char *azString); ! tcFile(void); ! virtual ~tcFile(void); private: FILE *mpFile; --- 54,60 ---- void WriteString(const char *azString); ! tcFile(); ! tcFile(const std::string& fileName); ! virtual ~tcFile(); private: FILE *mpFile; |