From: John L. <jr...@us...> - 2006-09-25 22:24:50
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1920/wxLua/modules/wxluasocket/include Modified Files: wxlsock.h Log Message: more cleanup in editor, fix debugger exit socket error add more process debugging to socket code Index: wxlsock.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxlsock.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** wxlsock.h 15 Sep 2006 00:10:56 -0000 1.12 --- wxlsock.h 25 Sep 2006 22:24:46 -0000 1.13 *************** *** 76,79 **** --- 76,81 ---- bool WriteString(const wxString &value); bool WriteDebugData(const wxLuaDebugData& debugData); + + wxString m_name; // a name for the socket, for debugging }; |