Changeset 1313 for code/branches/console/src/core/ConfigValueContainer.cc
- Timestamp:
- May 17, 2008, 3:58:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/ConfigValueContainer.cc
r1062 r1313 123 123 if (index < this->valueVector_.size()) 124 124 { 125 // Erase the entry from the vector, change (shift) all entries beginning with index in the config file, remove the last entry from the file 125 126 this->valueVector_.erase(this->valueVector_.begin() + index); 126 127 for (unsigned int i = index; i < this->valueVector_.size(); i++)
Note: See TracChangeset
for help on using the changeset viewer.