Downloader test.
[brdnet.git] / brodnetd.pas
blobb5a792d86ae12e31c4d5e3ee84e02d1e27d6200d
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
13 BEGIN
14 ServerLoop.Main;
15 END.