---------------------------------------------------------------------------
| 335 | } |
| 336 | //--------------------------------------------------------------------------- |
| 337 | String TStorageFile::RotationLogFormatFileName(void) |
| 338 | { |
| 339 | return WorkDir + ExtractFileName(file) + ".rl"; |
| 340 | } |
| 341 | //--------------------------------------------------------------------------- |
| 342 | void TStorageFile::RotationLogAddItem(String fn, String & file_to_delete) |
| 343 | { |
nothing calls this directly
no outgoing calls
no test coverage detected