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

    r73 r83  
    1111  TStackIndex = Integer;
    1212  TStackItem = string;
    13 {$INCLUDE '..\Generic\StackInterface.tpl'}
     13{$DEFINE INTERFACE}
     14{$INCLUDE '..\Generic\GenericStack.inc'}
    1415
    1516type
     
    1920implementation
    2021
    21 {$INCLUDE '..\Generic\StackImplementation.tpl'}
     22{$DEFINE IMPLEMENTATION}
     23{$INCLUDE '..\Generic\GenericStack.inc'}
    2224
    2325end.
Note: See TracChangeset for help on using the changeset viewer.