Changeset 1015 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSChildFCPointerField.h
- Timestamp:
- 11/12/07 17:52:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSChildFCPointerField.h
r1012 r1015 158 158 159 159 SChildFCPointerField(FieldContainer *enclosingFC, 160 UInt16 const enclosingFCFieldId, 161 UInt16 const pointeeParentFieldId ); 160 UInt16 const enclosingFCFieldId ); 162 161 SChildFCPointerField(FieldContainer *enclosingFC, 163 162 UInt16 const enclosingFCFieldId, 164 UInt16 const pointeeParentFieldId, 165 ValueType const value ); 163 ValueType const value ); 166 164 SChildFCPointerField(FieldContainer *enclosingFC, 167 165 UInt16 const enclosingFCFieldId, 168 UInt16 const pointeeParentFieldId, 169 Self const &other ); 166 Self const &other ); 170 167 171 168 /*! \} */ … … 238 235 FieldContainer *_enclosingFC; 239 236 UInt16 _enclosingFCFieldId; 240 UInt16 _pointeeParentFieldId;241 237 242 238 #if defined(OSG_TMPL_STATIC_MEMBER_NEEDS_HELPER_FCT)
