Update of /cvsroot/wxlua/wxLua/bindings/wxluasocket
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4262/wxLua/bindings/wxluasocket
Modified Files:
wxluasocket.i
Log Message:
make wxLuaDebugData derived from wxObject and ref counted so we don't have to remember to delete it or check NULL
make the wxTread in wxLuaDebugServer part of the class as wxLuaDebugTarget does
Index: wxluasocket.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxluasocket/wxluasocket.i,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxluasocket.i 9 Jun 2006 03:24:49 -0000 1.2
--- wxluasocket.i 7 Sep 2006 22:42:19 -0000 1.3
***************
*** 42,47 ****
// wxLuaDebugData
! %class %noclassinfo wxLuaDebugData
! %endclass
//-----------------------------------------------------------------------------
--- 42,47 ----
// wxLuaDebugData
! //%class %noclassinfo wxLuaDebugData
! //%endclass
//-----------------------------------------------------------------------------
***************
*** 63,66 ****
wxString GetFileName() const
wxString GetMessage() const
! const wxLuaDebugData *GetDebugData() const
%endclass
--- 63,66 ----
wxString GetFileName() const
wxString GetMessage() const
! //const wxLuaDebugData GetDebugData() const
%endclass
|