Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28504/wxLua/modules/wxluasocket/include
Modified Files:
wxluasocket_bind.h
Log Message:
separate out the wxluatag arrays and use pointer in WXLUAMETHOD
Index: wxluasocket_bind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxluasocket_bind.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** wxluasocket_bind.h 14 Dec 2006 01:01:27 -0000 1.10
--- wxluasocket_bind.h 17 Dec 2006 07:47:17 -0000 1.11
***************
*** 23,29 ****
#include "wxlua/include/wxlbind.h"
! #if WXLUA_BINDING_VERSION > 3
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 3
// binding class
--- 23,29 ----
#include "wxlua/include/wxlbind.h"
! #if WXLUA_BINDING_VERSION > 4
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 4
// binding class
|