- Timestamp:
- 04/18/08 04:10:31 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/Base/OSGClusterWindowBase.inl
r1085 r1178 308 308 //! Get the value of the ClusterWindow::_sfClientWindow field. 309 309 inline 310 WindowPtr ConstClusterWindowBase::getClientWindow(void) const310 WindowPtr ClusterWindowBase::getClientWindow(void) const 311 311 { 312 312 return _sfClientWindow.getValue(); … … 315 315 //! Set the value of the ClusterWindow::_sfClientWindow field. 316 316 inline 317 void ClusterWindowBase::setClientWindow( WindowPtrConstArgvalue)317 void ClusterWindowBase::setClientWindow(const WindowPtr value) 318 318 { 319 319 editSField(ClientWindowFieldMask); … … 391 391 //! Get the value of the ClusterWindow::_sfComposer field. 392 392 inline 393 ImageComposerPtr ConstClusterWindowBase::getComposer(void) const393 ImageComposerPtr ClusterWindowBase::getComposer(void) const 394 394 { 395 395 return _sfComposer.getValue(); … … 398 398 //! Set the value of the ClusterWindow::_sfComposer field. 399 399 inline 400 void ClusterWindowBase::setComposer( ImageComposerPtrConstArgvalue)400 void ClusterWindowBase::setComposer(const ImageComposerPtr value) 401 401 { 402 402 editSField(ComposerFieldMask);
