source: PersistentData/UPDServer.pas

Last change on this file was 561, checked in by chronos, 21 months ago
  • Modified: Code cleanup.
  • Modified: Use Generics.Collections.
File size: 138 bytes
Line 
1unit UPDServer;
2
3interface
4
5uses
6 Classes, SysUtils, UPDClient;
7
8type
9 TPDServer = class
10 end;
11
12
13implementation
14
15end.
16
Note: See TracBrowser for help on using the repository browser.