Changeset 1502 for code/trunk/src/core/ConfigFileManager.h
- Timestamp:
- Jun 1, 2008, 3:54:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/ConfigFileManager.h
r1116 r1502 50 50 51 51 52 bool config(const std::string& classname, const std::string& varname, const std::string& value); 53 bool tconfig(const std::string& classname, const std::string& varname, const std::string& value); 52 54 void reloadConfig(); 53 55 void saveConfig(); … … 222 224 void load(bool bCreateIfNotExisting = true); 223 225 void save() const; 226 void save(const std::string& filename); 224 227 void clean(bool bCleanComments = false); 225 228 … … 265 268 void load(ConfigFileType type, bool bCreateIfNotExisting = true); 266 269 void save(ConfigFileType type); 270 void save(ConfigFileType type, const std::string& filename); 267 271 void clean(ConfigFileType type, bool bCleanComments = false); 268 272
Note: See TracChangeset
for help on using the changeset viewer.