Changeset 1032 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldBundleAttachment.cpp
- Timestamp:
- 12/12/07 18:00:42 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldBundleAttachment.cpp
r870 r1032 62 62 Field::MFDefaultFlags, 63 63 static_cast<FieldEditMethodSig>(&Self::invalidEditField), 64 static_cast<FieldGetMethodSig >(&Self::getHandleParents), 65 NULL); 64 static_cast<FieldGetMethodSig >(&Self::getHandleParents) ); 66 65 67 66 oType.addInitialDesc(pDesc); … … 76 75 Field::SFDefaultFlags, 77 76 static_cast<FieldEditMethodSig>(&Self::editInternalHandler), 78 static_cast<FieldGetMethodSig >(&Self::getInternalHandler ), 79 NULL); 77 static_cast<FieldGetMethodSig >(&Self::getInternalHandler ) ); 80 78 81 79 oType.addInitialDesc(pDesc); … … 179 177 SFBool::EditHandlePtr returnValue( 180 178 new SFBool::EditHandle( 181 &_sfInternal, 179 &_sfInternal, 182 180 this->getType().getFieldDesc(InternalFieldId))); 183 181
