source: trunk/Packages/PersistentData/PersistentData.pas

Last change on this file was 87, checked in by chronos, 12 years ago
File size: 516 bytes
Line 
1{ This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5unit PersistentData;
6
7interface
8
9uses
10 UPDServer, UPDClient, UPDClientXMLRPC, UPDClientINI, UPDClientMySQL,
11 UPDClientRegistry, UPDClientMemory, UPersistentData, LazarusPackageIntf;
12
13implementation
14
15procedure Register;
16begin
17 RegisterUnit('UPersistentData', @UPersistentData.Register);
18end;
19
20initialization
21 RegisterPackage('PersistentData', @Register);
22end.
Note: See TracBrowser for help on using the repository browser.