[Gcblue-commits] gcb_wx/include/network tcConnectionData.h,1.3,1.4
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-04 21:02:13
|
Update of /cvsroot/gcblue/gcb_wx/include/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14170 Modified Files: tcConnectionData.h Log Message: + added ifdef MSV for #pragma once instruction + newline at the end of function Index: tcConnectionData.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/network/tcConnectionData.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcConnectionData.h 6 Mar 2004 20:52:29 -0000 1.3 --- tcConnectionData.h 4 Apr 2004 20:49:42 -0000 1.4 *************** *** 23,27 **** --- 23,29 ---- #define _CONNECTIONDATA_H_ + #if _MSC_VER > 1000 #pragma once + #endif #include "wx/wx.h" *************** *** 73,75 **** END_NAMESPACE ! #endif \ No newline at end of file --- 75,79 ---- END_NAMESPACE ! #endif ! ! |