Last change
on this file since 342 was 340, checked in by chronos, 13 years ago |
- Added: New package PersistentData for abstraction of access to various persistent data representation.
|
File size:
419 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 |
|
---|
5 | unit PersistentData;
|
---|
6 |
|
---|
7 | interface
|
---|
8 |
|
---|
9 | uses
|
---|
10 | UPDServer, UPDClient, UPDClientXMLRPC, UPDClientINI, UPDClientMySQL,
|
---|
11 | UPDClientRegistry, LazarusPackageIntf;
|
---|
12 |
|
---|
13 | implementation
|
---|
14 |
|
---|
15 | procedure Register;
|
---|
16 | begin
|
---|
17 | end;
|
---|
18 |
|
---|
19 | initialization
|
---|
20 | RegisterPackage('PersistentData', @Register);
|
---|
21 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.