From: John L. <jr...@us...> - 2007-02-26 01:57:27
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32575/wxLua/modules/wxluasocket/include Modified Files: wxluasocket_bind.h Log Message: Change WXLUACLASS to keep a pointer to the base class's WXLUACLASS not it's tag for faster lookup. cleanup of the headers, more comments Index: wxluasocket_bind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxluasocket_bind.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** wxluasocket_bind.h 17 Dec 2006 07:47:17 -0000 1.11 --- wxluasocket_bind.h 26 Feb 2007 01:57:07 -0000 1.12 *************** *** 1,8 **** ! // ---------------------------------------------------------------------------- // wxluasocket.h - headers and tags for wxLua binding // // This file was generated by genwxbind.lua // Any changes made to this file may be lost when file is regenerated ! // ---------------------------------------------------------------------------- #ifndef __HOOK_WXLUA_wxluasocket_H__ --- 1,8 ---- ! // --------------------------------------------------------------------------- // wxluasocket.h - headers and tags for wxLua binding // // This file was generated by genwxbind.lua // Any changes made to this file may be lost when file is regenerated ! // --------------------------------------------------------------------------- #ifndef __HOOK_WXLUA_wxluasocket_H__ *************** *** 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 --- 23,34 ---- #include "wxlua/include/wxlbind.h" ! // --------------------------------------------------------------------------- ! // Check if the version of binding generator used to create this is older than ! // the current version of the bindings. ! // See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h' ! #if WXLUA_BINDING_VERSION > 5 # error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings." ! #endif //WXLUA_BINDING_VERSION > 5 ! // --------------------------------------------------------------------------- // binding class *************** *** 47,53 **** extern WXDLLIMPEXP_WXLUASOCKET bool wxLuaBinding_wxluasocket_init(); ! // ---------------------------------------------------------------------------- // Includes ! // ---------------------------------------------------------------------------- #include "wx/defs.h" --- 52,58 ---- extern WXDLLIMPEXP_WXLUASOCKET bool wxLuaBinding_wxluasocket_init(); ! // --------------------------------------------------------------------------- // Includes ! // --------------------------------------------------------------------------- #include "wx/defs.h" *************** *** 58,64 **** ! // ---------------------------------------------------------------------------- // Lua Tag Method Values for each Class ! // ---------------------------------------------------------------------------- extern WXDLLIMPEXP_DATA_WXLUASOCKET(int) s_wxluatag_wxLuaDebuggerEvent; --- 63,69 ---- ! // --------------------------------------------------------------------------- // Lua Tag Method Values for each Class ! // --------------------------------------------------------------------------- extern WXDLLIMPEXP_DATA_WXLUASOCKET(int) s_wxluatag_wxLuaDebuggerEvent; *************** *** 67,73 **** ! // ---------------------------------------------------------------------------- // Method Tables ! // ---------------------------------------------------------------------------- extern WXDLLIMPEXP_WXLUASOCKET WXLUAMETHOD wxLuaDebuggerEvent_methods[]; --- 72,78 ---- ! // --------------------------------------------------------------------------- // Method Tables ! // --------------------------------------------------------------------------- extern WXDLLIMPEXP_WXLUASOCKET WXLUAMETHOD wxLuaDebuggerEvent_methods[]; *************** *** 78,84 **** ! // ---------------------------------------------------------------------------- // Encapsulation Declarations ! // ---------------------------------------------------------------------------- --- 83,89 ---- ! // --------------------------------------------------------------------------- // Encapsulation Declarations ! // --------------------------------------------------------------------------- |