Changeset 339
- Timestamp:
- 10/21/06 13:46:19 (2 years ago)
- Files:
-
- branches/Dirk_RenderTraversalWork/Source/System/FieldContainer/Base/OSGChangeList.cpp (modified) (2 diffs)
- branches/Dirk_RenderTraversalWork/Source/System/FieldContainer/Base/OSGFieldContainer.inl (modified) (1 diff)
- branches/Dirk_RenderTraversalWork/Source/System/FieldContainer/Base/OSGFieldContainerAttachment.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Dirk_RenderTraversalWork/Source/System/FieldContainer/Base/OSGChangeList.cpp
r107 r339 134 134 pTmp->changed (uncommitedChanges, ChangedOrigin::Commit); 135 135 136 pTmp->callChangedFunctors(uncommitedChanges); 136 // moved to FieldContainer::changed() 137 // pTmp->callChangedFunctors(uncommitedChanges); 137 138 138 139 whichField |= uncommitedChanges; … … 552 553 void ChangeList::swap(ChangeList &pOther) 553 554 { 555 FFATAL(("**************************************\n" 556 "ChangeList::swap: Not implemented yet!\n" 557 "**************************************\n")); 554 558 } 555 559 556 560 void ChangeList::merge(ChangeList &other) 557 561 { 562 FFATAL(("***************************************\n" 563 "ChangeList::merge: Not implemented yet!\n" 564 "***************************************\n")); 558 565 } 559 566 560 567 void ChangeList::copy(ChangeList &other) 561 568 { 569 FFATAL(("**************************************\n" 570 "ChangeList::copy: Not implemented yet!\n" 571 "**************************************\n")); 562 572 } 563 573 branches/Dirk_RenderTraversalWork/Source/System/FieldContainer/Base/OSGFieldContainer.inl
r107 r339 64 64 UInt32 origin ) 65 65 { 66 callChangedFunctors(whichField); 66 67 } 67 68 branches/Dirk_RenderTraversalWork/Source/System/FieldContainer/Base/OSGFieldContainerAttachment.cpp
r107 r339 49 49 50 50 OSG_USING_NAMESPACE 51 52 /*-------------------------------------------------------------------------*/ 53 /* Fields */ 51 54 52 55 void FieldContainerAttachment::classDescInserter(TypeObject &oType)
