Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21191/wxLua/modules/wxluasocket/src
Modified Files:
wxldserv.cpp
Removed Files:
dservice.cpp
Log Message:
Removed dservice.h/cpp splttree.h/cpp, moved staktree.h/cpp to wxlstack.h/cpp
Rebaked with the changes
--- dservice.cpp DELETED ---
Index: wxldserv.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxldserv.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** wxldserv.cpp 23 May 2007 02:48:31 -0000 1.41
--- wxldserv.cpp 24 May 2007 00:59:47 -0000 1.42
***************
*** 20,24 ****
#include "wx/thread.h"
#include "wxluasocket/include/wxldserv.h"
! #include "wxluadebug/include/staktree.h"
#if !wxCHECK_VERSION(2, 6, 0)
--- 20,24 ----
#include "wx/thread.h"
#include "wxluasocket/include/wxldserv.h"
! #include "wxluadebug/include/wxlstack.h"
#if !wxCHECK_VERSION(2, 6, 0)
|