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

    r2 r54  
    230230    /*! \{                                                                 */ 
    231231 
     232 
     233#ifdef OSG_1_COMPAT 
     234           SFUInt32 *getSFGLId(void); 
     235#endif 
    232236           SFUInt32 *editSFGLId(void); 
    233237     const SFUInt32 *getSFGLId (void) const; 
     238 
     239#ifdef OSG_1_COMPAT 
     240           SFInt32 *getSFUsage(void); 
     241#endif 
    234242           SFInt32 *editSFUsage(void); 
    235243     const SFInt32 *getSFUsage (void) const; 
    236244 
    237245 
     246#ifdef OSG_1_COMPAT 
     247           UInt32 &getGLId(void); 
     248#endif 
    238249           UInt32 &editGLId(void); 
    239250     const UInt32 &getGLId(void) const; 
    240251 
     252#ifdef OSG_1_COMPAT 
     253           Int32 &getUsage(void); 
     254#endif 
    241255           Int32 &editUsage(void); 
    242256     const Int32 &getUsage(void) const;