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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/SortLast/OSGParallelComposerBase.inl

    r835 r1193  
    8686//! Get the value of the ParallelComposer::_sfShort field. 
    8787inline 
    88 const bool &ParallelComposerBase::getShort(void) const 
     88const bool ParallelComposerBase::getShort(void) const 
    8989{ 
    9090    return _sfShort.getValue(); 
     
    119119//! Get the value of the ParallelComposer::_sfAlpha field. 
    120120inline 
    121 const bool &ParallelComposerBase::getAlpha(void) const 
     121const bool ParallelComposerBase::getAlpha(void) const 
    122122{ 
    123123    return _sfAlpha.getValue(); 
     
    152152//! Get the value of the ParallelComposer::_sfPcLibPath field. 
    153153inline 
    154 const std::string &ParallelComposerBase::getPcLibPath(void) const 
     154const std::string ParallelComposerBase::getPcLibPath(void) const 
    155155{ 
    156156    return _sfPcLibPath.getValue();