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/OSGBinarySwapComposerBase.inl

    r835 r1193  
    8686//! Get the value of the BinarySwapComposer::_sfShort field. 
    8787inline 
    88 const bool &BinarySwapComposerBase::getShort(void) const 
     88const bool BinarySwapComposerBase::getShort(void) const 
    8989{ 
    9090    return _sfShort.getValue(); 
     
    119119//! Get the value of the BinarySwapComposer::_sfAlpha field. 
    120120inline 
    121 const bool &BinarySwapComposerBase::getAlpha(void) const 
     121const bool BinarySwapComposerBase::getAlpha(void) const 
    122122{ 
    123123    return _sfAlpha.getValue(); 
     
    152152//! Get the value of the BinarySwapComposer::_sfTileSize field. 
    153153inline 
    154 const UInt32 &BinarySwapComposerBase::getTileSize(void) const 
     154const UInt32 BinarySwapComposerBase::getTileSize(void) const 
    155155{ 
    156156    return _sfTileSize.getValue();