Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21610/wxLua/modules/wxluasocket/include
Modified Files:
wxldserv.h
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.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxldserv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxldserv.h 25 Nov 2005 19:45:36 -0000 1.2
--- wxldserv.h 29 Nov 2005 05:45:10 -0000 1.3
***************
*** 102,106 ****
static void NotifyError(const wxString &msg);
static int LuaCompileError (lua_State *L);
! DECLARE_CLASS(wxLuaDebugServer)
};
--- 102,106 ----
static void NotifyError(const wxString &msg);
static int LuaCompileError (lua_State *L);
! DECLARE_ABSTRACT_CLASS(wxLuaDebugServer)
};
|