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

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