---------------------------------------------------------------------------
| 37 | } |
| 38 | //--------------------------------------------------------------------------- |
| 39 | void TStorageFile::operator = (TStorageFile * p) |
| 40 | { |
| 41 | number = p->number; |
| 42 | file = p->file; |
| 43 | |
| 44 | rotation_type = p->rotation_type; |
| 45 | rotation_size = p->rotation_size; |
| 46 | rotation_mult = p->rotation_mult; |
| 47 | rotation_moment = p->rotation_moment; |
| 48 | rotation_hour = p->rotation_hour; |
| 49 | rotation_renaming = p->rotation_renaming; |
| 50 | rotation_name = p->rotation_name; |
| 51 | rotation_count = p->rotation_count; |
| 52 | |
| 53 | file_size = p->file_size; |
| 54 | last_date = p->last_date; |
| 55 | } |
| 56 | //--------------------------------------------------------------------------- |
| 57 | bool TStorageFile::Save(AnsiString s) |
| 58 | { |