- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGBinarySwapComposerBase.inl
r835 r1193 86 86 //! Get the value of the BinarySwapComposer::_sfShort field. 87 87 inline 88 const bool &BinarySwapComposerBase::getShort(void) const88 const bool BinarySwapComposerBase::getShort(void) const 89 89 { 90 90 return _sfShort.getValue(); … … 119 119 //! Get the value of the BinarySwapComposer::_sfAlpha field. 120 120 inline 121 const bool &BinarySwapComposerBase::getAlpha(void) const121 const bool BinarySwapComposerBase::getAlpha(void) const 122 122 { 123 123 return _sfAlpha.getValue(); … … 152 152 //! Get the value of the BinarySwapComposer::_sfTileSize field. 153 153 inline 154 const UInt32 &BinarySwapComposerBase::getTileSize(void) const154 const UInt32 BinarySwapComposerBase::getTileSize(void) const 155 155 { 156 156 return _sfTileSize.getValue();
