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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/MultiDisplay/OSGMultiDisplayWindowBase.inl

    r787 r1193  
    8686//! Get the value of the MultiDisplayWindow::_sfHServers field. 
    8787inline 
    88 const UInt32 &MultiDisplayWindowBase::getHServers(void) const 
     88const UInt32 MultiDisplayWindowBase::getHServers(void) const 
    8989{ 
    9090    return _sfHServers.getValue(); 
     
    119119//! Get the value of the MultiDisplayWindow::_sfVServers field. 
    120120inline 
    121 const UInt32 &MultiDisplayWindowBase::getVServers(void) const 
     121const UInt32 MultiDisplayWindowBase::getVServers(void) const 
    122122{ 
    123123    return _sfVServers.getValue(); 
     
    152152//! Get the value of the MultiDisplayWindow::_sfManageClientViewports field. 
    153153inline 
    154 const bool &MultiDisplayWindowBase::getManageClientViewports(void) const 
     154const bool MultiDisplayWindowBase::getManageClientViewports(void) const 
    155155{ 
    156156    return _sfManageClientViewports.getValue(); 
     
    185185//! Get the value of the MultiDisplayWindow::_sfXOverlap field. 
    186186inline 
    187 const Int32 &MultiDisplayWindowBase::getXOverlap(void) const 
     187const Int32 MultiDisplayWindowBase::getXOverlap(void) const 
    188188{ 
    189189    return _sfXOverlap.getValue(); 
     
    218218//! Get the value of the MultiDisplayWindow::_sfYOverlap field. 
    219219inline 
    220 const Int32 &MultiDisplayWindowBase::getYOverlap(void) const 
     220const Int32 MultiDisplayWindowBase::getYOverlap(void) const 
    221221{ 
    222222    return _sfYOverlap.getValue();