[Gcblue-commits] gcb_wx/src/database tcFixedDBObject.cpp,1.3,1.4
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-03-28 19:10:25
|
Update of /cvsroot/gcblue/gcb_wx/src/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12355 Modified Files: tcFixedDBObject.cpp Log Message: newline at the end of file added ifdef where needed Index: tcFixedDBObject.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/database/tcFixedDBObject.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcFixedDBObject.cpp 4 Jan 2004 22:24:52 -0000 1.3 --- tcFixedDBObject.cpp 28 Mar 2004 18:59:05 -0000 1.4 *************** *** 22,31 **** #include "stdwx.h" #pragma warning(disable:4786) // suppress warning for STL bug in VC6, see Q167355 in the MSDN Library. #include "tcFixedDBObject.h" #include "math_constants.h" #include "randfn.h" ! //#include "aerror.h" #include "CsvTranslator.h" --- 22,33 ---- #include "stdwx.h" + #if _MSC_VER > 1000 #pragma warning(disable:4786) // suppress warning for STL bug in VC6, see Q167355 in the MSDN Library. + #endif // _MSC_VER > 1000 #include "tcFixedDBObject.h" #include "math_constants.h" #include "randfn.h" ! //#include "AError.h" #include "CsvTranslator.h" *************** *** 87,89 **** } ! } \ No newline at end of file --- 89,92 ---- } ! } ! |