Show
Ignore:
Timestamp:
04/06/07 00:00:32 (2 years ago)
Author:
vossg
Message:

fixed : improved multi aspect value field deletion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mixin-collappse/Source/System/FieldContainer/Mixins/OSGAttachmentContainerMixin.inl

    r658 r660  
    406406 
    407407template <class ParentT> inline 
    408 void AttachmentContainerMixin<ParentT>::resolveLinks( 
    409     UInt32             uiCurrentAspect, 
    410     AspectOffsetStore &oOffsets) 
    411 
    412     Inherited::resolveLinks(uiCurrentAspect, oOffsets); 
     408void AttachmentContainerMixin<ParentT>::resolveLinks(void) 
     409
     410    Inherited::resolveLinks(); 
    413411 
    414412    AttachmentObjPtrMapIt fcI = _sfAttachments.getValue().begin();