Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22233/wxLua/modules/wxluasocket/include
Modified Files:
wxldserv.h wxldtarg.h
Log Message:
Add wxShutdown()
Rename lua -> Lua
Index: wxldserv.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxldserv.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** wxldserv.h 26 Jul 2007 18:56:39 -0000 1.38
--- wxldserv.h 7 Aug 2007 20:23:26 -0000 1.39
***************
*** 268,272 ****
// ----------------------------------------------------------------------------
! // wxLuaDebuggerCServer - a socket server for a lua program to communicate with a
// wxLuaDebugTarget run in C++.
// ----------------------------------------------------------------------------
--- 268,272 ----
// ----------------------------------------------------------------------------
! // wxLuaDebuggerCServer - a socket server for a Lua program to communicate with a
// wxLuaDebugTarget run in C++.
// ----------------------------------------------------------------------------
***************
*** 329,333 ****
// ----------------------------------------------------------------------------
! // wxLuaDebuggerwxServer - a socket server for a lua program to communicate with a
// wxLuaDebugTarget run in C++.
// ----------------------------------------------------------------------------
--- 329,333 ----
// ----------------------------------------------------------------------------
! // wxLuaDebuggerwxServer - a socket server for a Lua program to communicate with a
// wxLuaDebugTarget run in C++.
// ----------------------------------------------------------------------------
***************
*** 393,397 ****
wxString GetMessage() const { return m_strMessage; } // check HasMessage
bool HasMessage() const { return m_has_message; }
! long GetReference() const { return m_lua_ref; } // lua reference
wxLuaDebugData GetDebugData() const { return m_debugData; }
bool GetEnabledFlag() const { return m_enabled_flag; }
--- 393,397 ----
wxString GetMessage() const { return m_strMessage; } // check HasMessage
bool HasMessage() const { return m_has_message; }
! long GetReference() const { return m_lua_ref; } // Lua reference
wxLuaDebugData GetDebugData() const { return m_debugData; }
bool GetEnabledFlag() const { return m_enabled_flag; }
Index: wxldtarg.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxldtarg.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** wxldtarg.h 26 Jul 2007 18:56:40 -0000 1.24
--- wxldtarg.h 7 Aug 2007 20:23:26 -0000 1.25
***************
*** 18,22 ****
// ----------------------------------------------------------------------------
! // wxLuaDebugTarget - a C++ socket target that the wxLuaDebuggerServer run in lua
// communicates with. Handles the Debugger/Debuggee IO
// ----------------------------------------------------------------------------
--- 18,22 ----
// ----------------------------------------------------------------------------
! // wxLuaDebugTarget - a C++ socket target that the wxLuaDebuggerServer run in Lua
// communicates with. Handles the Debugger/Debuggee IO
// ----------------------------------------------------------------------------
|