repo.or.cz
/
brdnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial GUI.
[brdnet.git]
/
brodnetd.pas
blob
cfb1030d4e17b42558c1bd98039ba7b05932aee3
1
PROGRAM
brodnetd
;
2
3
{ Poll loop. Read message, get handler, exec handler. }
4
uses
ServerLoop
5
,
TestWatch
6
//,TestTC
7
//,TestChat
8
,
AsyncProcess
9
,
upmgr
10
,
TestFS
11
,
Download
12
;
13
14
BEGIN
15
ServerLoop
.
Main
;
16
END
.