/[cvs]/api/server.cpp
ViewVC logotype

Contents of /api/server.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 9 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
First import

1 //#define MEMORYDEBUG
2 //#include "Classes/Memory/mman.h"
3 /*#include "Classes/Examples/String/StringTest.h"
4 #include "Classes/Examples/String/StringTest6.h"
5 #include "Classes/Examples/String/StringTest7.h"
6 #include "Classes/Examples/String/StringTest8.h"
7 #include "Classes/LightwaveEngine/LwoReader.h"
8 #include "Classes/Examples/Binary/BinaryTest.h"
9 #include "Classes/Examples/LinkedList/LinkedListTest.h"
10 */
11 //#include "Classes/System/System.h"
12 /*#include "Classes/Examples/Array/ArrayTest.h"
13 #include "Classes/Examples/Array/ArrayTest2.h"
14 #include "Classes/Examples/Array/ArrayTest3.h"
15 #include "Classes/Examples/Array/ArrayTest4.h"
16 */
17 //#include "Classes/Memory/SystemMemoryManager.h"
18 #include "Classes/Examples/NetWork/ServerTest.h"
19
20 int main()
21 {
22 ServerTest *serverTest = new ServerTest();
23
24 serverTest->run();
25
26 delete serverTest;
27
28
29 // DumpMemoryStatus("1234.txt");
30 // DumpMemoryStatusDebug(false);
31
32 return 0;
33 }
34
35

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26