This is generally called after app initializes and registry has just been loaded.
| 137 | // This is generally called after app initializes and registry |
| 138 | // has just been loaded. |
| 139 | void CSnoopConfig::UseDefaults() |
| 140 | { |
| 141 | // Assume all settings are to their default values |
| 142 | // But some need copying over |
| 143 | } |
| 144 | |
| 145 | // Update the flag to mark the configuration as dirty / modified |
| 146 | // - This is used later to indicate that a resave is required |