Changeset 787 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.inl
- Timestamp:
- 06/15/07 05:53:00 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.inl
r782 r787 156 156 157 157 158 #ifdef OSG_MT_FIELDCONTAINERPTR159 inline160 void GeoMultiPropertyDataBase::execSync( GeoMultiPropertyDataBase *pOther,161 ConstFieldMaskArg whichField,162 ConstFieldMaskArg syncMode,163 const UInt32 uiSyncInfo,164 UInt32 uiCopyOffset)165 {166 Inherited::execSync(pOther, whichField, syncMode, uiSyncInfo, uiCopyOffset);167 168 if(FieldBits::NoField != (IDataFieldMask & whichField))169 _mfIData.syncWith(pOther->_mfIData,170 syncMode,171 uiSyncInfo,172 uiCopyOffset);173 174 if(FieldBits::NoField != (GLIdFieldMask & whichField))175 _sfGLId.syncWith(pOther->_sfGLId);176 }177 #endif178 179 158 #ifdef OSG_MT_CPTR_ASPECT 180 159 inline … … 198 177 #endif 199 178 200 #if 0201 inline202 void GeoMultiPropertyDataBase::execBeginEdit(ConstFieldMaskArg whichField,203 UInt32 uiAspect,204 UInt32 uiContainerSize)205 {206 Inherited::execBeginEdit(whichField, uiAspect, uiContainerSize);207 208 if(FieldBits::NoField != (IDataFieldMask & whichField))209 {210 _mfIData.beginEdit(uiAspect, uiContainerSize);211 }212 }213 #endif214 215 179 216 180 inline
