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.h

    r2 r54  
    336336    /*! \{                                                                 */ 
    337337 
     338 
     339#ifdef OSG_1_COMPAT 
     340           SFInt32 *getSFClassicGLId(void); 
     341#endif 
    338342           SFInt32 *editSFClassicGLId(void); 
    339343     const SFInt32 *getSFClassicGLId (void) const; 
     344 
     345#ifdef OSG_1_COMPAT 
     346           SFInt32 *getSFAttGLId(void); 
     347#endif 
    340348           SFInt32 *editSFAttGLId(void); 
    341349     const SFInt32 *getSFAttGLId (void) const; 
    342350 
    343351 
     352#ifdef OSG_1_COMPAT 
     353           Int32 &getClassicGLId(void); 
     354#endif 
    344355           Int32 &editClassicGLId(void); 
    345356     const Int32 &getClassicGLId(void) const; 
    346357 
     358#ifdef OSG_1_COMPAT 
     359           Int32 &getAttGLId(void); 
     360#endif 
    347361           Int32 &editAttGLId(void); 
    348362     const Int32 &getAttGLId(void) const;