[Gcblue-commits] gcb_wx/src/database tcMissileDBObject.cpp,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-03-28 19:08:59
|
Update of /cvsroot/gcblue/gcb_wx/src/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12072 Modified Files: tcMissileDBObject.cpp Log Message: newline at the end of file added ifdef where needed Index: tcMissileDBObject.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/database/tcMissileDBObject.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcMissileDBObject.cpp 30 Jan 2004 01:02:35 -0000 1.4 --- tcMissileDBObject.cpp 28 Mar 2004 18:57:40 -0000 1.5 *************** *** 22,31 **** #include "stdwx.h" #pragma warning(disable:4786) // suppress warning for STL bug in VC6, see Q167355 in the MSDN Library. #include "tcMissileDBObject.h" #include "math_constants.h" #include "randfn.h" ! //#include "aerror.h" #include "CsvTranslator.h" #include "tcDatabase.h" --- 22,34 ---- #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 "tcMissileDBObject.h" #include "math_constants.h" #include "randfn.h" ! //#include "AError.h" #include "CsvTranslator.h" #include "tcDatabase.h" *************** *** 371,373 **** } ! } // namespace Database \ No newline at end of file --- 374,377 ---- } ! } // namespace Database ! |