- Timestamp:
- Dec 29, 2015, 4:47:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/config/ConfigFileManager.h
r10776 r10990 67 67 68 68 private: 69 ConfigFileManager(const ConfigFileManager&) ; ///< Copy-constructor: not implemented69 ConfigFileManager(const ConfigFileManager&) = delete; 70 70 71 71 std::array<ConfigFile*, 3> configFiles_; ///< Stores the config files for each type in an array (must have the same size like ConfigFileType::Value)
Note: See TracChangeset
for help on using the changeset viewer.