From: John L. <jr...@us...> - 2009-10-01 04:21:34
|
Update of /cvsroot/wxlua/wxLua/bindings/wxluasocket In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4255/wxLua/bindings/wxluasocket Modified Files: wxluasocket.i Log Message: Removed %encapsulate and %noclassinfo tags for %classes in the bindings. No longer encapsulating non wxObjects in a wxObject class for deletion. We now provide delete functions for each class in the wxLuaBindClass structs to be called on the void* we get from Lua. Index: wxluasocket.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxluasocket/wxluasocket.i,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** wxluasocket.i 26 Mar 2008 05:23:47 -0000 1.15 --- wxluasocket.i 1 Oct 2009 04:21:00 -0000 1.16 *************** *** 57,61 **** // wxLuaDebugData ! //%class %noclassinfo wxLuaDebugData //%endclass --- 57,61 ---- // wxLuaDebugData ! //%class wxLuaDebugData //%endclass |