Changeset 1023 for code/branches/core2/src/orxonox/core/ConfigFileManager.h
- Timestamp:
- Apr 10, 2008, 5:35:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/ConfigFileManager.h
r1020 r1023 76 76 { 77 77 public: 78 inline ConfigFileEntryValue(const std::string& name, const std::string& value = "", const std::string& additionalComment = "") : name_(name), value_(value), additionalComment_(additionalComment), bString_(false) { std::cout << "************* " << value << std::endl;}78 inline ConfigFileEntryValue(const std::string& name, const std::string& value = "", const std::string& additionalComment = "") : name_(name), value_(value), additionalComment_(additionalComment), bString_(false) {} 79 79 inline virtual ~ConfigFileEntryValue() {} 80 80
Note: See TracChangeset
for help on using the changeset viewer.