From: John L. <jr...@us...> - 2007-02-07 01:45:12
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17634/wxLua/modules/wxluasocket/src Modified Files: wxluasocket.cpp Log Message: fix previous commit that skipped overloaded binding functions without #if conditions Index: wxluasocket.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxluasocket.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** wxluasocket.cpp 17 Dec 2006 07:47:17 -0000 1.12 --- wxluasocket.cpp 7 Feb 2007 01:45:02 -0000 1.13 *************** *** 391,396 **** - - // Map Lua Class Methods to C Binding Functions WXLUAMETHOD wxLuaDebuggerServer_methods[] = { --- 391,394 ---- *************** *** 519,524 **** - - // Map Lua Class Methods to C Binding Functions WXLUAMETHOD wxLuaDebuggerEvent_methods[] = { --- 517,520 ---- |