---------------------------------------------------------------------------
| 146 | } |
| 147 | //--------------------------------------------------------------------------- |
| 148 | bool TStorageFile::IsNeedRenameAfterRotate(void) |
| 149 | { |
| 150 | return rotation_renaming==1; |
| 151 | } |
| 152 | //--------------------------------------------------------------------------- |
| 153 | void TStorageFile::RotateFile(void) |
| 154 | { |
nothing calls this directly
no outgoing calls
no test coverage detected