- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Misc/OSGContainerCollectionBase.inl
r1184 r1193 86 86 //! Get the value of the ContainerCollection::_sfName field. 87 87 inline 88 const std::string &ContainerCollectionBase::getName(void) const88 const std::string ContainerCollectionBase::getName(void) const 89 89 { 90 90 return _sfName.getValue(); … … 113 113 { 114 114 return _mfContainers[index]; 115 }116 117 //! Get the ContainerCollection::_mfContainers field.118 inline119 const MFUnrecFieldContainerPtr &ContainerCollectionBase::getContainers(void) const120 {121 return _mfContainers;122 115 } 123 116
