- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGSwitchMaterialBase.inl
r2 r54 90 90 return _sfChoice.getValue(); 91 91 } 92 93 #ifdef OSG_1_COMPAT 94 inline 95 UInt32 &SwitchMaterialBase::getChoice(void) 96 { 97 return this->editChoice(); 98 } 99 #endif 92 100 93 101 //! Set the value of the SwitchMaterial::_sfChoice field. … … 193 201 OSG_END_NAMESPACE 194 202 195 #define OSGSWITCHMATERIALBASE_INLINE_CVSID "@(#)$Id: OSGSwitchMaterialBase.inl,v 1.1.2.3 2006/08/01 08:48:56 vossg Exp$"196 203 #define OSGSWITCHMATERIALBASE_INLINE_CVSID "@(#)$Id: $" 204
