---------------------------------------------------------------------------
| 406 | } |
| 407 | //--------------------------------------------------------------------------- |
| 408 | void __fastcall TStorageFileList::Add(TStorageFile * p) |
| 409 | { |
| 410 | TList::Add( p ); |
| 411 | } |
| 412 | //--------------------------------------------------------------------------- |
| 413 | TStorageFile * __fastcall TStorageFileList::Get(int index) |
| 414 | { |
no outgoing calls
no test coverage detected