Show
Ignore:
Timestamp:
04/18/08 04:10:31 (6 months ago)
Author:
vossg
Message:

changed: pointer cleanup base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/Base/OSGClusterWindowBase.inl

    r1085 r1178  
    308308//! Get the value of the ClusterWindow::_sfClientWindow field. 
    309309inline 
    310 WindowPtrConst ClusterWindowBase::getClientWindow(void) const 
     310WindowPtr ClusterWindowBase::getClientWindow(void) const 
    311311{ 
    312312    return _sfClientWindow.getValue(); 
     
    315315//! Set the value of the ClusterWindow::_sfClientWindow field. 
    316316inline 
    317 void ClusterWindowBase::setClientWindow(WindowPtrConstArg value) 
     317void ClusterWindowBase::setClientWindow(const WindowPtr value) 
    318318{ 
    319319    editSField(ClientWindowFieldMask); 
     
    391391//! Get the value of the ClusterWindow::_sfComposer field. 
    392392inline 
    393 ImageComposerPtrConst ClusterWindowBase::getComposer(void) const 
     393ImageComposerPtr ClusterWindowBase::getComposer(void) const 
    394394{ 
    395395    return _sfComposer.getValue(); 
     
    398398//! Set the value of the ClusterWindow::_sfComposer field. 
    399399inline 
    400 void ClusterWindowBase::setComposer(ImageComposerPtrConstArg value) 
     400void ClusterWindowBase::setComposer(const ImageComposerPtr value) 
    401401{ 
    402402    editSField(ComposerFieldMask);