Show
Ignore:
Timestamp:
06/15/07 05:53:00 (1 year ago)
Author:
vossg
Message:

removed : OSG_MT_FIELDCONTAINERPTR dependend code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.inl

    r782 r787  
    156156 
    157157 
    158 #ifdef OSG_MT_FIELDCONTAINERPTR 
    159 inline 
    160 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 #endif 
    178  
    179158#ifdef OSG_MT_CPTR_ASPECT 
    180159inline 
     
    198177#endif 
    199178 
    200 #if 0 
    201 inline 
    202 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 #endif 
    214  
    215179 
    216180inline