Changeset 3266 for code/branches/core4/src/core/ConfigFileManager.cc
- Timestamp:
- Jul 1, 2009, 1:28:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/core/ConfigFileManager.cc
r3265 r3266 124 124 { 125 125 if (this->additionalComment_ == "" || this->additionalComment_.size() == 0) 126 return (this->name_ + "[" + multi_cast<std::string>(this->index_ , "0") + "]" + "=" + this->value_);127 else 128 return (this->name_ + "[" + multi_cast<std::string>(this->index_ , "0") + "]=" + this->value_ + " " + this->additionalComment_);126 return (this->name_ + "[" + multi_cast<std::string>(this->index_) + "]" + "=" + this->value_); 127 else 128 return (this->name_ + "[" + multi_cast<std::string>(this->index_) + "]=" + this->value_ + " " + this->additionalComment_); 129 129 } 130 130
Note: See TracChangeset
for help on using the changeset viewer.