Show
Ignore:
Timestamp:
11/12/07 17:52:26 (1 year ago)
Author:
cneumann
Message:

changed: parent linking uses FC helper functions, so that parent

fields can be read only.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSChildFCPointerField.h

    r1012 r1015  
    158158 
    159159    SChildFCPointerField(FieldContainer       *enclosingFC, 
    160                          UInt16         const  enclosingFCFieldId, 
    161                          UInt16         const  pointeeParentFieldId ); 
     160                         UInt16         const  enclosingFCFieldId ); 
    162161    SChildFCPointerField(FieldContainer       *enclosingFC, 
    163162                         UInt16         const  enclosingFCFieldId, 
    164                          UInt16         const  pointeeParentFieldId, 
    165                          ValueType      const  value                ); 
     163                         ValueType      const  value              ); 
    166164    SChildFCPointerField(FieldContainer       *enclosingFC, 
    167165                         UInt16         const  enclosingFCFieldId, 
    168                          UInt16         const  pointeeParentFieldId, 
    169                          Self           const &other                ); 
     166                         Self           const &other              ); 
    170167 
    171168    /*! \}                                                                 */ 
     
    238235           FieldContainer *_enclosingFC; 
    239236           UInt16          _enclosingFCFieldId; 
    240            UInt16          _pointeeParentFieldId; 
    241237 
    242238#if defined(OSG_TMPL_STATIC_MEMBER_NEEDS_HELPER_FCT)