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/Cluster/Window/SortLast/OSGSortLastWindowBase.inl

    r1178 r1193  
    8686//! Get the value of the SortLastWindow::_sfGroupsChanged field. 
    8787inline 
    88 const bool &SortLastWindowBase::getGroupsChanged(void) const 
     88const bool SortLastWindowBase::getGroupsChanged(void) const 
    8989{ 
    9090    return _sfGroupsChanged.getValue(); 
     
    115115} 
    116116 
    117 //! Get the SortLastWindow::_mfGroupNodes field. 
    118 inline 
    119 const MFUnrecNodePtr &SortLastWindowBase::getGroupNodes(void) const 
    120 { 
    121     return _mfGroupNodes; 
    122 } 
    123  
    124117//! Get the value of the \a index element the SortLastWindow::_mfGroupLengths field. 
    125118inline 
    126 const UInt32 &SortLastWindowBase::getGroupLengths(const UInt32 index) const 
     119const UInt32 SortLastWindowBase::getGroupLengths(const UInt32 index) const 
    127120{ 
    128121    return _mfGroupLengths[index]; 
     
    135128 
    136129    return _mfGroupLengths[index]; 
    137 } 
    138  
    139 //! Get the SortLastWindow::_mfGroupLengths field. 
    140 inline 
    141 MFUInt32 &SortLastWindowBase::editGroupLengths(void) 
    142 { 
    143     editMField(GroupLengthsFieldMask, _mfGroupLengths); 
    144  
    145     return _mfGroupLengths; 
    146130} 
    147131 
     
    161145#endif 
    162146 
    163  
    164 //! Get the SortLastWindow::_mfGroupLengths field. 
    165 inline 
    166 const MFUInt32 &SortLastWindowBase::getGroupLengths(void) const 
    167 { 
    168     return _mfGroupLengths; 
    169 } 
    170147 
    171148