- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/WS/OSGGeometryBase.cpp
r2 r54 287 287 } 288 288 289 #ifdef OSG_1_COMPAT 290 SFBool *GeometryBase::getSFDlistCache(void) 291 { 292 return this->editSFDlistCache(); 293 } 294 #endif 295 289 296 SFInt32 *GeometryBase::editSFClassicGLId(void) 290 297 { … … 299 306 } 300 307 308 #ifdef OSG_1_COMPAT 309 SFInt32 *GeometryBase::getSFClassicGLId(void) 310 { 311 return this->editSFClassicGLId(); 312 } 313 #endif 314 301 315 SFInt32 *GeometryBase::editSFAttGLId(void) 302 316 { … … 310 324 return &_sfAttGLId; 311 325 } 326 327 #ifdef OSG_1_COMPAT 328 SFInt32 *GeometryBase::getSFAttGLId(void) 329 { 330 return this->editSFAttGLId(); 331 } 332 #endif 312 333 313 334
