- Timestamp:
- Apr 22, 2011, 9:22:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/DelphiTemplates/Specialized/ListString.pas
r234 r235 16 16 end; 17 17 18 function StrToStr(Value: string): string; 19 18 20 implementation 19 21 20 22 {$DEFINE IMPLEMENTATION_USES} 21 23 {$I 'GenericList.inc'} 24 25 function StrToStr(Value: string): string; 26 begin 27 Result := Value; 28 end; 22 29 23 30 {$DEFINE IMPLEMENTATION}
Note:
See TracChangeset
for help on using the changeset viewer.