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

    r73 r83  
    1111  TQueueIndex = Integer;
    1212  TQueueItem = TObject;
    13 {$INCLUDE '..\Generic\QueueInterface.tpl'}
     13{$DEFINE INTERFACE}
     14{$INCLUDE '..\Generic\GenericQueue.inc'}
    1415
    1516type
     
    2425implementation
    2526
    26 {$INCLUDE '..\Generic\QueueImplementation.tpl'}
    27 
     27{$DEFINE IMPLEMENTATION}
     28{$INCLUDE '..\Generic\GenericQueue.inc'}
    2829
    2930{ TObjectQueue }
Note: See TracChangeset for help on using the changeset viewer.