Changeset 1591 for code/branches/core3/src/core/MetaObjectList.cc
- Timestamp:
- Jun 12, 2008, 2:00:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/MetaObjectList.cc
r1586 r1591 33 33 34 34 #include "MetaObjectList.h" 35 #include "ObjectListBase.h" 36 #include "Identifier.h" 35 37 #include "util/Debug.h" 36 38 … … 46 48 { 47 49 COUT(5) << "*** MetaObjectList: Removing Object from " << this->list_->getIdentifier()->getName() << "-list." << std::endl; 48 this->list_->notifyIterators(this->element_ );50 this->list_->notifyIterators(this->element_->objectBase_); 49 51 50 52 if (this->element_->next_)
Note: See TracChangeset
for help on using the changeset viewer.