- Timestamp:
- Jan 3, 2011, 3:25:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Specialized/SpecializedDictionary.pas
r91 r112 21 21 {$DEFINE TGDictionaryToStringConverter := TDictionaryToStringConverterInteger} 22 22 {$DEFINE TGDictionaryFromStringConverter := TDictionaryFromStringConverterInteger} 23 {$DEFINE TGDictionaryItemArray := TDictionaryStringItemArray} 23 24 {$DEFINE INTERFACE} 24 25 {$I 'GenericDictionary.inc'} … … 36 37 {$DEFINE TGDictionaryToStringConverter := TDictionaryToStringConverterInteger} 37 38 {$DEFINE TGDictionaryFromStringConverter := TDictionaryFromStringConverterInteger} 39 {$DEFINE TGDictionaryItemArray := TDictionaryStringItemArray} 38 40 {$DEFINE IMPLEMENTATION} 39 41 {$I 'GenericDictionary.inc'}
Note:
See TracChangeset
for help on using the changeset viewer.