Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoPropertyBase.inl

    r2 r54  
    9191} 
    9292 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95bool &GeoPropertyBase::getUseVBO(void) 
     96{ 
     97    return this->editUseVBO(); 
     98} 
     99#endif 
     100 
    93101//! Set the value of the GeoProperty::_sfUseVBO field. 
    94102inline 
     
    116124} 
    117125 
     126#ifdef OSG_1_COMPAT 
     127inline 
     128UInt32 &GeoPropertyBase::getGLId(void) 
     129{ 
     130    return this->editGLId(); 
     131} 
     132#endif 
     133 
    118134//! Set the value of the GeoProperty::_sfGLId field. 
    119135inline 
     
    140156    return _sfUsage.getValue(); 
    141157} 
     158 
     159#ifdef OSG_1_COMPAT 
     160inline 
     161Int32 &GeoPropertyBase::getUsage(void) 
     162{ 
     163    return this->editUsage(); 
     164} 
     165#endif 
    142166 
    143167//! Set the value of the GeoProperty::_sfUsage field.