Changeset 54 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.cpp
- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.cpp
r2 r54 169 169 } 170 170 171 #ifdef OSG_1_COMPAT 172 MFUInt8 *GeoMultiPropertyDataBase::getMFIData(void) 173 { 174 return this->editMFIData(); 175 } 176 #endif 177 171 178 SFUInt32 *GeoMultiPropertyDataBase::editSFGLId(void) 172 179 { … … 180 187 return &_sfGLId; 181 188 } 189 190 #ifdef OSG_1_COMPAT 191 SFUInt32 *GeoMultiPropertyDataBase::getSFGLId(void) 192 { 193 return this->editSFGLId(); 194 } 195 #endif 182 196 183 197 … … 369 383 namespace 370 384 { 371 static Char8 cvsid_cpp [] = "@(#)$Id: OSGGeoMultiPropertyDataBase.cpp,v 1.1.2.5 2006/08/01 08:48:57 vossg Exp$";385 static Char8 cvsid_cpp [] = "@(#)$Id: $"; 372 386 static Char8 cvsid_hpp [] = OSGGEOMULTIPROPERTYDATABASE_HEADER_CVSID; 373 387 static Char8 cvsid_inl [] = OSGGEOMULTIPROPERTYDATABASE_INLINE_CVSID;
