Ignore:
Timestamp:
Oct 31, 2010, 11:05:07 AM (14 years ago)
Author:
george
Message:
  • Modified: Interface and implementation section of generic templates merged to single include file. Sections are separated using ifdef compiler directives.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Specialized/SetString.pas

    r76 r83  
    1111  TSetIndex = Integer;
    1212  TSetItem = string;
    13 {$INCLUDE '..\Generic\SetInterface.tpl'}
     13{$DEFINE INTERFACE}
     14{$INCLUDE '..\Generic\GenericSet.inc'}
    1415
    1516type
     
    2223implementation
    2324
    24 {$INCLUDE '..\Generic\SetImplementation.tpl'}
    25 
     25{$DEFINE IMPLEMENTATION}
     26{$INCLUDE '..\Generic\GenericSet.inc'}
    2627
    2728end.
Note: See TracChangeset for help on using the changeset viewer.