| Last change
 on this file was             574, checked in by chronos, 16 months ago | 
        
          | Modified: Removed U prefix from unit names.
 | 
        
          | File size:
            593 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 TemplateGenerics; | 
|---|
| 6 |  | 
|---|
| 7 | {$warn 5023 off : no warning about unused units} | 
|---|
| 8 | interface | 
|---|
| 9 |  | 
|---|
| 10 | uses | 
|---|
| 11 | SpecializedList, SpecializedDictionary, SpecializedStack, SpecializedTree, | 
|---|
| 12 | SpecializedQueue, SpecializedSet, SpecializedPoint, SpecializedMatrix, | 
|---|
| 13 | SpecializedBitmap, SpecializedStream, SpecializedRectangle, | 
|---|
| 14 | BinarySerializer, LazarusPackageIntf; | 
|---|
| 15 |  | 
|---|
| 16 | implementation | 
|---|
| 17 |  | 
|---|
| 18 | procedure Register; | 
|---|
| 19 | begin | 
|---|
| 20 | end; | 
|---|
| 21 |  | 
|---|
| 22 | initialization | 
|---|
| 23 | RegisterPackage('TemplateGenerics', @Register); | 
|---|
| 24 | end. | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.