Update of /cvsroot/wxlua/wxLua/bindings/wxluasocket
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6578/wxLua/bindings/wxluasocket
Modified Files:
wxluasocket.i
Log Message:
Use the correct length of the char buffer from wx2lua, not the original wxString.
use better names for the parameters to wxLuaDebuggerServer::Run
Index: wxluasocket.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxluasocket/wxluasocket.i,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wxluasocket.i 16 Jul 2007 19:34:15 -0000 1.14
--- wxluasocket.i 26 Mar 2008 05:23:47 -0000 1.15
***************
*** 36,40 ****
bool RemoveBreakPoint(const wxString &fileName, int lineNumber)
bool ClearAllBreakPoints()
! bool Run(const wxString &file, const wxString &fileName)
bool Step()
bool StepOver()
--- 36,40 ----
bool RemoveBreakPoint(const wxString &fileName, int lineNumber)
bool ClearAllBreakPoints()
! bool Run(const wxString &fileName, const wxString &buffer)
bool Step()
bool StepOver()
|