source: trunk/Packages/PersistentData/UPDServer.pas

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 
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.