work.
[brdnet.git] / brodnetd.pas
blobb20039384922e537c61f92f8a148c0ef2ddfb309
1 PROGRAM brodnetd;
3 { Poll loop. Read message, get handler, exec handler. }
4 uses cthreads,ServerLoop
5 ,TestWatch
6 ,TestChat
7 ,AsyncProcess
8 ,Upload
9 ,Download
10 ,TestFS
11 ,dht
12 ,TestDHT
15 BEGIN
16 ServerLoop.Main;
17 END.