Changeset 1033 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSChildFCPointerField.inl
- Timestamp:
- 12/19/07 17:56:03 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSChildFCPointerField.inl
r1032 r1033 299 299 SChildFCPointerField<ObjectT, NamespaceI>::copyFromBin(BinaryDataHandler &pMem) 300 300 { 301 unlinkParent(this->_fieldValue); 302 decRefCount (this->_fieldValue); 303 301 304 SFieldTraits::copyFromBin(pMem, this->_fieldValue); 302 305
