Changeset 1041 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSInternalFCPointerField.inl
- Timestamp:
- 01/24/08 15:11:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSInternalFCPointerField.inl
r1036 r1041 304 304 SInternalFCPointerField<ObjectT, NamespaceI>::syncWith(Self &source) 305 305 { 306 setValue(convertToCurrentAspect(source._fieldValue)); 306 ValueType newVal = convertToCurrentAspect(source._fieldValue); 307 308 incRefCount(newVal ); 309 decRefCount(this->editRawValue()); 310 311 this->editRawValue() = newVal; 307 312 } 308 313
