Changeset 976 for branches/Carsten_PtrWork/Source/System/FieldContainer/Misc/OSGContainerPoolBase.inl
- Timestamp:
- 10/20/07 18:11:52 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/FieldContainer/Misc/OSGContainerPoolBase.inl
r969 r976 131 131 /* Field MFContainers (Pointer field) */ 132 132 133 inline MFFieldContainer Ptr const *133 inline MFFieldContainerInternalRefPtr const * 134 134 ContainerPoolBase::getMFContainers(void) const 135 135 { … … 137 137 } 138 138 139 inline MFFieldContainer Ptr const &139 inline MFFieldContainerInternalRefPtr const & 140 140 ContainerPoolBase::getContainers (void) const 141 141 { … … 172 172 173 173 174 inline 175 C har8 *ContainerPoolBase::getClassname(void)174 inline Char8 const * 175 ContainerPoolBase::getClassname(void) 176 176 { 177 177 return "ContainerPool";
