Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23333/wxLua/bindings/wxwidgets
Modified Files:
wxlua.i
Log Message:
rename wxluasocket files to wxl* for consistency and make it easier to find them
Index: wxlua.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxlua.i,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** wxlua.i 25 Nov 2005 02:43:01 -0000 1.5
--- wxlua.i 25 Nov 2005 19:22:57 -0000 1.6
***************
*** 34,38 ****
%if wxLUA_USE_wxLuaDebugServer
! %include "wxluasocket/include/dserver.h"
%class %delete %noclassinfo wxLuaDebugServer
--- 34,38 ----
%if wxLUA_USE_wxLuaDebugServer
! %include "wxluasocket/include/wxldserv.h"
%class %delete %noclassinfo wxLuaDebugServer
|