Show
Ignore:
Timestamp:
05/05/08 06:39:01 (4 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Misc/OSGContainerCollectionBase.inl

    r1184 r1193  
    8686//! Get the value of the ContainerCollection::_sfName field. 
    8787inline 
    88 const std::string &ContainerCollectionBase::getName(void) const 
     88const std::string ContainerCollectionBase::getName(void) const 
    8989{ 
    9090    return _sfName.getValue(); 
     
    113113{ 
    114114    return _mfContainers[index]; 
    115 } 
    116  
    117 //! Get the ContainerCollection::_mfContainers field. 
    118 inline 
    119 const MFUnrecFieldContainerPtr &ContainerCollectionBase::getContainers(void) const 
    120 { 
    121     return _mfContainers; 
    122115} 
    123116