Changeset 660 for branches/mixin-collappse/Source/System/FieldContainer/Mixins/OSGAttachmentContainerMixin.inl
- Timestamp:
- 04/06/07 00:00:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mixin-collappse/Source/System/FieldContainer/Mixins/OSGAttachmentContainerMixin.inl
r658 r660 406 406 407 407 template <class ParentT> inline 408 void AttachmentContainerMixin<ParentT>::resolveLinks( 409 UInt32 uiCurrentAspect, 410 AspectOffsetStore &oOffsets) 411 { 412 Inherited::resolveLinks(uiCurrentAspect, oOffsets); 408 void AttachmentContainerMixin<ParentT>::resolveLinks(void) 409 { 410 Inherited::resolveLinks(); 413 411 414 412 AttachmentObjPtrMapIt fcI = _sfAttachments.getValue().begin();
