Changeset 6219 for code/branches/presentation2/src/libraries
- Timestamp:
- Dec 2, 2009, 11:29:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/ConfigValueContainer.h
r6218 r6219 150 150 if (this->bContainerIsNew_ || (*value) != temp) 151 151 { 152 this->bContainerIsNew_ = false; 152 153 if (this->callback_ && object) 153 154 this->callback_->call(object); … … 155 156 this->bDoInitialCallback_ = true; 156 157 } 157 158 if (this->bContainerIsNew_)159 this->bContainerIsNew_ = false;160 158 } 161 159 else
Note: See TracChangeset
for help on using the changeset viewer.