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

    r80 r83  
    1212  TDictionaryKey = string;
    1313  TDictionaryValue = string;
    14 {$INCLUDE '..\Generic\DictionaryInterface.tpl'}
     14{$DEFINE INTERFACE}
     15{$INCLUDE '..\Generic\GenericDictionary.inc'}
    1516
    1617type
     
    2223implementation
    2324
    24 {$INCLUDE '..\Generic\DictionaryImplementation.tpl'}
     25{$DEFINE IMPLEMENTATION}
     26{$INCLUDE '..\Generic\GenericDictionary.inc'}
    2527
    2628
Note: See TracChangeset for help on using the changeset viewer.