| 36 | UserPrefsHolder UserPrefs; |
| 37 | |
| 38 | void RegisterUserPref(UserPref* pref) |
| 39 | { |
| 40 | UserPrefs.mUserPrefs.push_back(pref); |
| 41 | } |
| 42 | |
| 43 | // Helper function to convert string to appropriate type and set the JSON value |
| 44 | void setValueFromString(Json::Value& element, const std::string& value) |
no outgoing calls
no test coverage detected