[Sphere-axis-commits] CVS: axissvr AxisServer.h,1.3,1.4 ServerObj.h,1.6,1.7
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2003-08-05 04:27:07
|
Update of /cvsroot/sphere-axis/axissvr In directory sc8-pr-cvs1:/tmp/cvs-serv22733 Modified Files: AxisServer.h ServerObj.h Log Message: Tweaks to get the updated code to compile in Windows again. Index: AxisServer.h =================================================================== RCS file: /cvsroot/sphere-axis/axissvr/AxisServer.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AxisServer.h 16 Jun 2003 03:58:35 -0000 1.3 --- AxisServer.h 5 Aug 2003 04:27:04 -0000 1.4 *************** *** 41,44 **** --- 41,45 ---- #include "ClientObj.h" + ///////////////////////////////////////////////////////////////////////////// // CAxisServerApp: Index: ServerObj.h =================================================================== RCS file: /cvsroot/sphere-axis/axissvr/ServerObj.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** ServerObj.h 4 Aug 2003 23:20:54 -0000 1.6 --- ServerObj.h 5 Aug 2003 04:27:04 -0000 1.7 *************** *** 29,32 **** --- 29,36 ---- #include <vector> + #ifdef _WIN32 + #include "MainFrm.h" + #endif + using namespace std; |