Changeset 9653 for code/branches/core6/src/libraries/core/config
- Timestamp:
- Aug 16, 2013, 9:39:29 PM (11 years ago)
- Location:
- code/branches/core6/src/libraries/core/config
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/config/CMakeLists.txt
r9560 r9653 6 6 ConfigFileManager.cc 7 7 ConfigFileSection.cc 8 Configurable.cc 8 9 ConfigValueContainer.cc 9 10 SettingsConfigFile.cc -
code/branches/core6/src/libraries/core/config/Configurable.h
r9577 r9653 48 48 { 49 49 public: 50 Configurable(); 51 50 52 /// Function to collect the SetConfigValue-macro calls. 51 53 void setConfigValues() {};
Note: See TracChangeset
for help on using the changeset viewer.