|
|
@ -77,6 +77,9 @@ protected:
|
|
|
|
void ReadCoreValues();
|
|
|
|
void ReadCoreValues();
|
|
|
|
void ReadDataStorageValues();
|
|
|
|
void ReadDataStorageValues();
|
|
|
|
void ReadDebuggingValues();
|
|
|
|
void ReadDebuggingValues();
|
|
|
|
|
|
|
|
#ifdef __unix__
|
|
|
|
|
|
|
|
void ReadLinuxValues();
|
|
|
|
|
|
|
|
#endif
|
|
|
|
void ReadServiceValues();
|
|
|
|
void ReadServiceValues();
|
|
|
|
void ReadDisabledAddOnValues();
|
|
|
|
void ReadDisabledAddOnValues();
|
|
|
|
void ReadMiscellaneousValues();
|
|
|
|
void ReadMiscellaneousValues();
|
|
|
@ -108,6 +111,9 @@ protected:
|
|
|
|
void SaveCoreValues();
|
|
|
|
void SaveCoreValues();
|
|
|
|
void SaveDataStorageValues();
|
|
|
|
void SaveDataStorageValues();
|
|
|
|
void SaveDebuggingValues();
|
|
|
|
void SaveDebuggingValues();
|
|
|
|
|
|
|
|
#ifdef __unix__
|
|
|
|
|
|
|
|
void SaveLinuxValues();
|
|
|
|
|
|
|
|
#endif
|
|
|
|
void SaveNetworkValues();
|
|
|
|
void SaveNetworkValues();
|
|
|
|
void SaveDisabledAddOnValues();
|
|
|
|
void SaveDisabledAddOnValues();
|
|
|
|
void SaveMiscellaneousValues();
|
|
|
|
void SaveMiscellaneousValues();
|
|
|
|