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
Disabled BootWeb for now.
[brdnet.git]
/
brodnetd.pas
blob
dbc3d4acc0d9c5e0db34e732bc6a3d28c73c4513
1
PROGRAM
brodnetd
;
2
3
{ Poll loop. Read message, get handler, exec handler. }
4
uses
ServerLoop
5
,
TestWatch
6
;
7
8
BEGIN
9
ServerLoop
.
Main
;
10
END
.