Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13925/wxLua/modules/wxluasocket/src
Modified Files:
wxluasocket.cpp wxluasocket_bind.cpp
Log Message:
add hook_cpp_binding_post_includes to the genwxbind rules files to appending arbitrary C code to the bindings
Index: wxluasocket_bind.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxluasocket_bind.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxluasocket_bind.cpp 24 May 2006 04:53:46 -0000 1.1
--- wxluasocket_bind.cpp 8 Jun 2006 03:22:11 -0000 1.2
***************
*** 9,12 ****
--- 9,15 ----
#endif
+ #include "wx/wxprec.h"
+
+
#ifndef WX_PRECOMP
#include "wx/wx.h"
***************
*** 14,25 ****
#include "wxlua/include/wxlstate.h"
-
-
#include "wxluasocket/include/wxluasocket_bind.h"
- #include "wx/wxprec.h"
-
-
-
// ----------------------------------------------------------------------------
--- 17,22 ----
Index: wxluasocket.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxluasocket.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxluasocket.cpp 24 May 2006 04:53:46 -0000 1.1
--- wxluasocket.cpp 8 Jun 2006 03:22:11 -0000 1.2
***************
*** 9,12 ****
--- 9,15 ----
#endif
+ #include "wx/wxprec.h"
+
+
#ifndef WX_PRECOMP
#include "wx/wx.h"
***************
*** 14,25 ****
#include "wxlua/include/wxlstate.h"
-
-
#include "wxluasocket/include/wxluasocket_bind.h"
- #include "wx/wxprec.h"
-
-
-
// -------------------------------------------------------------------------------------------------
--- 17,22 ----
***************
*** 27,31 ****
// -------------------------------------------------------------------------------------------------
! // Lua MetaTable Tag for Class
int s_wxluatag_wxLuaDebugServer = -1;
--- 24,28 ----
// -------------------------------------------------------------------------------------------------
! // Lua MetaTable Tag for Class 'wxLuaDebugServer'
int s_wxluatag_wxLuaDebugServer = -1;
***************
*** 348,352 ****
// -------------------------------------------------------------------------------------------------
! // Lua MetaTable Tag for Class
int s_wxluatag_wxLuaDebugData = -1;
--- 345,349 ----
// -------------------------------------------------------------------------------------------------
! // Lua MetaTable Tag for Class 'wxLuaDebugData'
int s_wxluatag_wxLuaDebugData = -1;
***************
*** 373,377 ****
// -------------------------------------------------------------------------------------------------
! // Lua MetaTable Tag for Class
int s_wxluatag_wxLuaDebugEvent = -1;
--- 370,374 ----
// -------------------------------------------------------------------------------------------------
! // Lua MetaTable Tag for Class 'wxLuaDebugEvent'
int s_wxluatag_wxLuaDebugEvent = -1;
|