-------------------------------------------------------------------------
| 113 | |
| 114 | //------------------------------------------------------------------------- |
| 115 | void Options::DisableAggregateByFileMode() |
| 116 | { |
| 117 | isAggregateByFileModeEnabled_ = false; |
| 118 | } |
| 119 | |
| 120 | //------------------------------------------------------------------------- |
| 121 | bool Options::IsAggregateByFileModeEnabled() const |