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/Base/WS/OSGGeometryBase.inl

    r2 r54  
    151151} 
    152152 
     153#ifdef OSG_1_COMPAT 
     154inline 
     155bool &GeometryBase::getDlistCache(void) 
     156{ 
     157    return this->editDlistCache(); 
     158} 
     159#endif 
     160 
    153161//! Set the value of the Geometry::_sfDlistCache field. 
    154162inline 
     
    176184} 
    177185 
     186#ifdef OSG_1_COMPAT 
     187inline 
     188Int32 &GeometryBase::getClassicGLId(void) 
     189{ 
     190    return this->editClassicGLId(); 
     191} 
     192#endif 
     193 
    178194//! Set the value of the Geometry::_sfClassicGLId field. 
    179195inline 
     
    200216    return _sfAttGLId.getValue(); 
    201217} 
     218 
     219#ifdef OSG_1_COMPAT 
     220inline 
     221Int32 &GeometryBase::getAttGLId(void) 
     222{ 
     223    return this->editAttGLId(); 
     224} 
     225#endif 
    202226 
    203227//! Set the value of the Geometry::_sfAttGLId field.