Changeset 1057 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldContainerType.cpp
- Timestamp:
- 02/04/08 14:46:15 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldContainerType.cpp
r1033 r1057 125 125 } 126 126 127 FieldContainer RefPtr FieldContainerType::createContainer(void) const127 FieldContainerTransitPtr FieldContainerType::createContainer(void) const 128 128 { 129 129 FieldContainerRefPtr fc; … … 134 134 } 135 135 136 return fc;136 return FieldContainerTransitPtr(fc); 137 137 } 138 138
