Show
Ignore:
Timestamp:
05/05/08 06:58:23 (4 months ago)
Author:
vossg
Message:

changed: base rebuild interface clean up (removal ptr typedef / NullFC)

Files:

Legend:

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

    r1193 r1197  
    308308//! Get the value of the ClusterWindow::_sfClientWindow field. 
    309309inline 
    310 WindowPtr ClusterWindowBase::getClientWindow(void) const 
     310Window * ClusterWindowBase::getClientWindow(void) const 
    311311{ 
    312312    return _sfClientWindow.getValue(); 
     
    315315//! Set the value of the ClusterWindow::_sfClientWindow field. 
    316316inline 
    317 void ClusterWindowBase::setClientWindow(const WindowPtr value) 
     317void ClusterWindowBase::setClientWindow(Window * const value) 
    318318{ 
    319319    editSField(ClientWindowFieldMask); 
     
    390390//! Get the value of the ClusterWindow::_sfComposer field. 
    391391inline 
    392 ImageComposerPtr ClusterWindowBase::getComposer(void) const 
     392ImageComposer * ClusterWindowBase::getComposer(void) const 
    393393{ 
    394394    return _sfComposer.getValue(); 
     
    397397//! Set the value of the ClusterWindow::_sfComposer field. 
    398398inline 
    399 void ClusterWindowBase::setComposer(const ImageComposerPtr value) 
     399void ClusterWindowBase::setComposer(ImageComposer * const value) 
    400400{ 
    401401    editSField(ComposerFieldMask);