Last change
on this file was 137, checked in by chronos, 2 years ago |
- Added: Robots page.
- Modified: Canonical URL for webcams.
- Modified: Removed compiler mode delphi as it is already set in project.
- Modified: Updated Common package.
- Modified: Use Generics.Collections instead of fgl.
|
File size:
138 bytes
|
Line | |
---|
1 | unit UPDServer;
|
---|
2 |
|
---|
3 | interface
|
---|
4 |
|
---|
5 | uses
|
---|
6 | Classes, SysUtils, UPDClient;
|
---|
7 |
|
---|
8 | type
|
---|
9 | TPDServer = class
|
---|
10 | end;
|
---|
11 |
|
---|
12 |
|
---|
13 | implementation
|
---|
14 |
|
---|
15 | end.
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.