Changeset 91 for Generics/TemplateGenerics/Generic/GenericDictionary.inc
- Timestamp:
- Nov 17, 2010, 7:34:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Generic/GenericDictionary.inc
r86 r91 12 12 {$DEFINE TGList := TGDictionaryList} 13 13 {$DEFINE TGListSortCompare := TDictionarySortCompare} 14 {$DEFINE TGListStringConverter := TDictionaryStringConverter} 14 {$DEFINE TGListToStringConverter := TDictionaryToStringConverter} 15 {$DEFINE TGListFromStringConverter := TDictionaryFromStringConverter} 15 16 {$DEFINE INTERFACE} 16 17 {$I 'GenericList.inc'} … … 45 46 {$DEFINE TGList := TGDictionaryList} 46 47 {$DEFINE TGListSortCompare := TDictionarySortCompare} 47 {$DEFINE TGListStringConverter := TDictionaryStringConverter} 48 {$DEFINE TGListToStringConverter := TDictionaryToStringConverter} 49 {$DEFINE TGListFromStringConverter := TDictionaryFromStringConverter} 48 50 {$DEFINE IMPLEMENTATION} 49 51 {$I 'GenericList.inc'}
Note:
See TracChangeset
for help on using the changeset viewer.