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/OSGGeoMultiPropertyDataBase.inl

    r2 r54  
    9191} 
    9292 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95UInt32 &GeoMultiPropertyDataBase::getGLId(void) 
     96{ 
     97    return this->editGLId(); 
     98} 
     99#endif 
     100 
    93101//! Set the value of the GeoMultiPropertyData::_sfGLId field. 
    94102inline 
     
    123131    return _mfIData; 
    124132} 
     133 
     134#ifdef OSG_1_COMPAT 
     135inline 
     136UInt8 &GeoMultiPropertyDataBase::getIData(const UInt32 index) 
     137{ 
     138    return this->editIData(index); 
     139} 
     140 
     141inline 
     142MFUInt8 &GeoMultiPropertyDataBase::getIData(void) 
     143{ 
     144    return this->editIData(); 
     145} 
     146 
     147#endif 
     148 
    125149 
    126150//! Get the GeoMultiPropertyData::_mfIData field. 
     
    210234OSG_END_NAMESPACE 
    211235 
    212 #define OSGGEOMULTIPROPERTYDATABASE_INLINE_CVSID "@(#)$Id: OSGGeoMultiPropertyDataBase.inl,v 1.1.2.5 2006/08/01 08:48:57 vossg Exp $" 
    213  
     236#define OSGGEOMULTIPROPERTYDATABASE_INLINE_CVSID "@(#)$Id: $" 
     237