mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-28 15:20:35 +01:00
rtl/objpas/classes/classesh.inc, TStringList: * rename the private ExchangeItems to ExchangeItemsInt and allow inlining + add a protected virtual ExchangeItems rtl/objpas/classes/stringl.inc, TStringList: * Exchange: call ExchangeItemsInt + let default implementation of ExchangeItems simply call ExchangeItemsInt * QuickSort: call ExchangeItemsInt directly if there is no override otherwise call ExchangeItems + added test git-svn-id: trunk@25480 - |
||
|---|---|---|
| .. | ||
| tbytesstreamtest.pp | ||
| tmakeobjinst.pp | ||
| tsetstream.pp | ||
| tstringlistexchange.pp | ||
| tvclcomobject.pp | ||