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/Base/OSGClusterWindowBase.inl

    r1178 r1193  
    8686//! Get the value of the ClusterWindow::_sfConnectionType field. 
    8787inline 
    88 const std::string &ClusterWindowBase::getConnectionType(void) const 
     88const std::string ClusterWindowBase::getConnectionType(void) const 
    8989{ 
    9090    return _sfConnectionType.getValue(); 
     
    119119//! Get the value of the ClusterWindow::_sfConnectionInterface field. 
    120120inline 
    121 const std::string &ClusterWindowBase::getConnectionInterface(void) const 
     121const std::string ClusterWindowBase::getConnectionInterface(void) const 
    122122{ 
    123123    return _sfConnectionInterface.getValue(); 
     
    152152//! Get the value of the ClusterWindow::_sfConnectionDestination field. 
    153153inline 
    154 const std::string &ClusterWindowBase::getConnectionDestination(void) const 
     154const std::string ClusterWindowBase::getConnectionDestination(void) const 
    155155{ 
    156156    return _sfConnectionDestination.getValue(); 
     
    185185//! Get the value of the ClusterWindow::_sfConnectionParams field. 
    186186inline 
    187 const std::string &ClusterWindowBase::getConnectionParams(void) const 
     187const std::string ClusterWindowBase::getConnectionParams(void) const 
    188188{ 
    189189    return _sfConnectionParams.getValue(); 
     
    218218//! Get the value of the ClusterWindow::_sfServicePort field. 
    219219inline 
    220 const UInt32 &ClusterWindowBase::getServicePort(void) const 
     220const UInt32 ClusterWindowBase::getServicePort(void) const 
    221221{ 
    222222    return _sfServicePort.getValue(); 
     
    251251//! Get the value of the ClusterWindow::_sfServiceAddress field. 
    252252inline 
    253 const std::string &ClusterWindowBase::getServiceAddress(void) const 
     253const std::string ClusterWindowBase::getServiceAddress(void) const 
    254254{ 
    255255    return _sfServiceAddress.getValue(); 
     
    284284//! Get the value of the ClusterWindow::_sfServiceInterface field. 
    285285inline 
    286 const std::string &ClusterWindowBase::getServiceInterface(void) const 
     286const std::string ClusterWindowBase::getServiceInterface(void) const 
    287287{ 
    288288    return _sfServiceInterface.getValue(); 
     
    320320 
    321321    _sfClientWindow.setValue(value); 
    322  
    323322} 
    324323//! Get the value of the ClusterWindow::_sfInterleave field. 
     
    334333//! Get the value of the ClusterWindow::_sfInterleave field. 
    335334inline 
    336 const UInt32 &ClusterWindowBase::getInterleave(void) const 
     335const UInt32 ClusterWindowBase::getInterleave(void) const 
    337336{ 
    338337    return _sfInterleave.getValue(); 
     
    367366//! Get the value of the ClusterWindow::_sfFrameCount field. 
    368367inline 
    369 const UInt32 &ClusterWindowBase::getFrameCount(void) const 
     368const UInt32 ClusterWindowBase::getFrameCount(void) const 
    370369{ 
    371370    return _sfFrameCount.getValue(); 
     
    403402 
    404403    _sfComposer.setValue(value); 
    405  
    406404} 
    407405 
    408406//! Get the value of the \a index element the ClusterWindow::_mfServers field. 
    409407inline 
    410 const std::string &ClusterWindowBase::getServers(const UInt32 index) const 
     408const std::string ClusterWindowBase::getServers(const UInt32 index) const 
    411409{ 
    412410    return _mfServers[index]; 
     
    421419} 
    422420 
    423 //! Get the ClusterWindow::_mfServers field. 
    424 inline 
    425 MFString &ClusterWindowBase::editServers(void) 
    426 { 
    427     editMField(ServersFieldMask, _mfServers); 
    428  
    429     return _mfServers; 
    430 } 
    431  
    432421#ifdef OSG_1_GET_COMPAT 
    433422inline 
     
    446435 
    447436 
    448 //! Get the ClusterWindow::_mfServers field. 
    449 inline 
    450 const MFString &ClusterWindowBase::getServers(void) const 
    451 { 
    452     return _mfServers; 
    453 } 
    454  
    455437//! Get the value of the \a index element the ClusterWindow::_mfAutostart field. 
    456438inline 
    457 const std::string &ClusterWindowBase::getAutostart(const UInt32 index) const 
     439const std::string ClusterWindowBase::getAutostart(const UInt32 index) const 
    458440{ 
    459441    return _mfAutostart[index]; 
     
    468450} 
    469451 
    470 //! Get the ClusterWindow::_mfAutostart field. 
    471 inline 
    472 MFString &ClusterWindowBase::editAutostart(void) 
    473 { 
    474     editMField(AutostartFieldMask, _mfAutostart); 
    475  
    476     return _mfAutostart; 
    477 } 
    478  
    479452#ifdef OSG_1_GET_COMPAT 
    480453inline 
     
    492465#endif 
    493466 
    494  
    495 //! Get the ClusterWindow::_mfAutostart field. 
    496 inline 
    497 const MFString &ClusterWindowBase::getAutostart(void) const 
    498 { 
    499     return _mfAutostart; 
    500 } 
    501467 
    502468