Changeset 1041 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSChildFCPointerField.inl
- Timestamp:
- 01/24/08 15:11:54 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSChildFCPointerField.inl
r1037 r1041 343 343 SChildFCPointerField<ObjectT, NamespaceI>::syncWith(Self &source) 344 344 { 345 setValue(convertToCurrentAspect(source._fieldValue)); 345 ValueType newVal = convertToCurrentAspect(source._fieldValue); 346 347 incRefCount(newVal ); 348 decRefCount(this->editRawValue()); 349 350 this->editRawValue() = newVal; 346 351 } 347 352
