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/BalancedMultiWindow/OSGBalancedMultiWindowBase.inl

    r835 r1193  
    8686//! Get the value of the BalancedMultiWindow::_sfBalance field. 
    8787inline 
    88 const bool &BalancedMultiWindowBase::getBalance(void) const 
     88const bool BalancedMultiWindowBase::getBalance(void) const 
    8989{ 
    9090    return _sfBalance.getValue(); 
     
    119119//! Get the value of the BalancedMultiWindow::_sfBestCut field. 
    120120inline 
    121 const bool &BalancedMultiWindowBase::getBestCut(void) const 
     121const bool BalancedMultiWindowBase::getBestCut(void) const 
    122122{ 
    123123    return _sfBestCut.getValue(); 
     
    152152//! Get the value of the BalancedMultiWindow::_sfShowBalancing field. 
    153153inline 
    154 const bool &BalancedMultiWindowBase::getShowBalancing(void) const 
     154const bool BalancedMultiWindowBase::getShowBalancing(void) const 
    155155{ 
    156156    return _sfShowBalancing.getValue(); 
     
    185185//! Get the value of the BalancedMultiWindow::_sfTileSize field. 
    186186inline 
    187 const UInt32 &BalancedMultiWindowBase::getTileSize(void) const 
     187const UInt32 BalancedMultiWindowBase::getTileSize(void) const 
    188188{ 
    189189    return _sfTileSize.getValue(); 
     
    218218//! Get the value of the BalancedMultiWindow::_sfShort field. 
    219219inline 
    220 const bool &BalancedMultiWindowBase::getShort(void) const 
     220const bool BalancedMultiWindowBase::getShort(void) const 
    221221{ 
    222222    return _sfShort.getValue();