Show
Ignore:
Timestamp:
04/14/08 08:19:04 (8 months ago)
Author:
vossg
Message:

changed: base rebuild child handling merge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Image/WS/OSGImageBase.h

    r1116 r1156  
    623623    /*! \}                                                                 */ 
    624624    /*---------------------------------------------------------------------*/ 
     625    /*! \name Parent linking                                               */ 
     626    /*! \{                                                                 */ 
     627 
     628    virtual bool linkParent  (const FieldContainerPtr pParent, 
     629                              const UInt16            childFieldId, 
     630                              const UInt16            parentFieldId); 
     631    virtual bool unlinkParent(const FieldContainerPtr pParent, 
     632                              const UInt16            parentFieldId); 
     633     
     634    /*! \}                                                                 */ 
     635    /*---------------------------------------------------------------------*/ 
    625636    /*! \name                    Generic Field Access                      */ 
    626637    /*! \{                                                                 */