From: John L. <jr...@us...> - 2005-11-30 04:46:28
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31708/wxLua/modules/wxluadebug/include Modified Files: wxldebug.h Log Message: LuaDebugTarget -> wxLuaDebugTarget wxLuaBind uses wxLuaState more switching to wxLuaState wxDEPRECATED for all C functions that require the wxLuaState (Varaibles) use class functions instead Index: wxldebug.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/wxldebug.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wxldebug.h 29 Nov 2005 23:52:12 -0000 1.5 --- wxldebug.h 30 Nov 2005 04:46:17 -0000 1.6 *************** *** 10,16 **** // // Original Debugging Model: ! // wxLuaDebugServer, LuaDebugTarget // The current process acts as a server - debugger (wxLuaDebugServer) ! // starts a new process which starts up as a client - debuggee (LuaDebugTarget) // that connects back to server process. // --- 10,16 ---- // // Original Debugging Model: ! // wxLuaDebugServer, wxLuaDebugTarget // The current process acts as a server - debugger (wxLuaDebugServer) ! // starts a new process which starts up as a client - debuggee (wxLuaDebugTarget) // that connects back to server process. // |