fpc/tests/test/units/classes
svenbarth 08543ddeba Fix for Mantis #23899 . Allow to overwrite TStringList.ExchangeItems if necessary.
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 -
2013-09-13 14:17:01 +00:00
..
tbytesstreamtest.pp
tmakeobjinst.pp
tsetstream.pp * Fixed ifdefs linux to unix. 2013-01-17 12:21:51 +00:00
tstringlistexchange.pp Fix for Mantis #23899 . Allow to overwrite TStringList.ExchangeItems if necessary. 2013-09-13 14:17:01 +00:00
tvclcomobject.pp