Changeset 1610 for code/branches/core3/src/core/ConfigValueContainer.cc
- Timestamp:
- Jun 19, 2008, 4:10:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/ConfigValueContainer.cc
r1596 r1610 60 60 this->varname_ = varname; 61 61 this->callback_ = 0; 62 this->bContainerIsNew_ = true; 63 this->bDoInitialCallback_ = false; 64 this->bAddedDescription_ = false; 62 65 63 66 this->value_ = defvalue; 64 this->bAddedDescription_ = false;65 67 this->bIsVector_ = false; 66 68 … … 82 84 this->sectionname_ = identifier->getName(); 83 85 this->varname_ = varname; 86 this->callback_ = 0; 87 this->bContainerIsNew_ = true; 88 this->bDoInitialCallback_ = false; 89 this->bAddedDescription_ = false; 84 90 85 91 this->valueVector_ = defvalue; 86 this->bAddedDescription_ = false;87 92 this->bIsVector_ = true; 88 93
Note: See TracChangeset
for help on using the changeset viewer.