---------------------------------------------------------------------------
| 16 | |
| 17 | //--------------------------------------------------------------------------- |
| 18 | TStorageFile::TStorageFile() |
| 19 | { |
| 20 | number = 0; |
| 21 | |
| 22 | rotation_type = 0; |
| 23 | rotation_size = 10; |
| 24 | rotation_mult = 1; |
| 25 | rotation_moment = 1; |
| 26 | rotation_hour = 0; |
| 27 | rotation_renaming = 0; |
| 28 | rotation_count = 10; |
| 29 | |
| 30 | file_size = 0; |
| 31 | last_date = 0; |
| 32 | } |
| 33 | //--------------------------------------------------------------------------- |
| 34 | TStorageFile::TStorageFile(TStorageFile * p) |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected