- Timestamp:
- 02/04/08 14:46:15 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Material/Base/OSGSimpleMaterial.h
r1035 r1057 127 127 /*! \{ */ 128 128 129 virtual void execSyncV(FieldContainer &oFrom, 130 ConstFieldMaskArg whichField, 131 AspectOffsetStore &oOffsets, 132 ConstFieldMaskArg syncMode, 133 UInt32 const uiSyncInfo); 134 135 void execSync (SimpleMaterial *oFrom, 136 ConstFieldMaskArg whichField, 137 AspectOffsetStore &oOffsets, 138 ConstFieldMaskArg syncMode, 139 UInt32 const uiSyncInfo); 140 129 141 virtual void resolveLinks(void); 130 142
