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/ListChar.pas

    r77 r83  
    1111  TListIndex = Integer;
    1212  TListItem = Char;
    13 {$INCLUDE '..\Generic\ListInterface.tpl'}
     13{$DEFINE INTERFACE}
     14{$INCLUDE '..\Generic\GenericList.inc'}
    1415
    1516type
     
    3031implementation
    3132
    32 {$INCLUDE '..\Generic\ListImplementation.tpl'}
    33 
     33{$DEFINE IMPLEMENTATION}
     34{$INCLUDE '..\Generic\GenericList.inc'}
    3435
    3536{ TListChar }
Note: See TracChangeset for help on using the changeset viewer.