Changeset 6197 for code/branches/presentation2/src/libraries
- Timestamp:
- Dec 2, 2009, 2:58:20 PM (15 years ago)
- Location:
- code/branches/presentation2/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/ConfigFileManager.cc
r5929 r6197 56 56 } 57 57 return false; 58 } 59 60 std::string getConfig(const std::string& classname, const std::string& varname) 61 { 62 return ConfigFileManager::getInstance().getValue(ConfigFileType::Settings, classname, varname, "", true); 58 63 } 59 64 -
code/branches/presentation2/src/libraries/core/ConfigFileManager.h
r6194 r6197 57 57 58 58 _CoreExport bool config(const std::string& classname, const std::string& varname, const std::string& value); // tolua_export 59 _CoreExport std::string getConfig(const std::string& classname, const std::string& varname); // tolua_export 59 60 _CoreExport bool tconfig(const std::string& classname, const std::string& varname, const std::string& value); 60 61 _CoreExport void reloadConfig();
Note: See TracChangeset
for help on using the changeset viewer.