Changeset 1032 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGContainerFactory.inl
- Timestamp:
- 12/12/07 18:00:42 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGContainerFactory.inl
r780 r1032 225 225 ContainerFactory<DescT>::createContainer(const Char8 *szName) 226 226 { 227 ContainerPtr returnValue = NULL;227 ContainerPtr returnValue; 228 228 229 229 const ContainerType *pType = Self::findType(szName);
