Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21610/wxLua/modules/wxluasocket/src
Modified Files:
wxldserv.cpp
Log Message:
Makefile - lib order is important
cleanup in lconsole, wxlua app
all static int s_wxXXX lua tags now s_wxluatag_wxXXX to make them easier to find
functions to get the structs with the bindings are prepended with wxLuaXXX
DECLARE/IMPLEMENT_CLASS replaced with either XXX_ABSTRACT/DYNAMIC_CLASS
window ids for the stacktree now ID_WXLUA_XXX
Index: wxldserv.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxldserv.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxldserv.cpp 26 Nov 2005 03:15:20 -0000 1.2
--- wxldserv.cpp 29 Nov 2005 05:45:10 -0000 1.3
***************
*** 41,45 ****
// wxLuaDebugServer
// ----------------------------------------------------------------------------
! IMPLEMENT_CLASS(wxLuaDebugServer, wxLuaDebuggerBase)
wxLuaDebugServer::wxLuaDebugServer(int portNumber) :
--- 41,45 ----
// wxLuaDebugServer
// ----------------------------------------------------------------------------
! IMPLEMENT_ABSTRACT_CLASS(wxLuaDebugServer, wxLuaDebuggerBase)
wxLuaDebugServer::wxLuaDebugServer(int portNumber) :
|