Changeset 51
- Timestamp:
- 09/05/06 14:18:13 (2 years ago)
- Files:
-
- branches/scons_build_creation/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.cpp (modified) (1 diff)
- branches/scons_build_creation/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.h (modified) (3 diffs)
- branches/scons_build_creation/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.inl (modified) (1 diff)
- branches/scons_build_creation/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableFields.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/scons_build_creation/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.cpp
r2 r51 346 346 namespace 347 347 { 348 static Char8 cvsid_cpp [] = "@(#)$Id: OSGMaterialDrawableBase.cpp,v 1.3.4.10 2006/08/01 08:48:56 vossg Exp$";348 static Char8 cvsid_cpp [] = "@(#)$Id: $"; 349 349 static Char8 cvsid_hpp [] = OSGMATERIALDRAWABLEBASE_HEADER_CVSID; 350 350 static Char8 cvsid_inl [] = OSGMATERIALDRAWABLEBASE_INLINE_CVSID; branches/scons_build_creation/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.h
r2 r51 60 60 61 61 #include "OSGConfig.h" 62 #include "OSG SystemDef.h"62 #include "OSGDrawableDef.h" 63 63 64 64 #include "OSGBaseTypes.h" … … 76 76 //! \brief MaterialDrawable Base Class. 77 77 78 class OSG_ SYSTEM_DLLMAPPING MaterialDrawableBase : public Drawable78 class OSG_DRAWABLE_DLLMAPPING MaterialDrawableBase : public Drawable 79 79 { 80 80 public: … … 325 325 OSG_END_NAMESPACE 326 326 327 #define OSGMATERIALDRAWABLEBASE_HEADER_CVSID "@(#)$Id: OSGMaterialDrawableBase.h,v 1.3.4.11 2006/08/01 08:48:56 vossg Exp$"327 #define OSGMATERIALDRAWABLEBASE_HEADER_CVSID "@(#)$Id: $" 328 328 329 329 #endif /* _OSGMATERIALDRAWABLEBASE_H_ */ branches/scons_build_creation/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.inl
r2 r51 146 146 OSG_END_NAMESPACE 147 147 148 #define OSGMATERIALDRAWABLEBASE_INLINE_CVSID "@(#)$Id: OSGMaterialDrawableBase.inl,v 1.3.4.8 2006/08/01 08:48:56 vossg Exp$"148 #define OSGMATERIALDRAWABLEBASE_INLINE_CVSID "@(#)$Id: $" 149 149 branches/scons_build_creation/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableFields.h
r2 r51 56 56 57 57 #include "OSGConfig.h" 58 #include "OSG SystemDef.h"58 #include "OSGDrawableDef.h" 59 59 60 60 #include "OSGDrawableFields.h" … … 93 93 94 94 #if !defined(OSG_DO_DOC) || (OSG_DOC_LEVEL >= 3) 95 /*! \ingroup Grp SystemFieldTraits95 /*! \ingroup GrpDrawableFieldTraits 96 96 */ 97 97 #if !defined(OSG_DOC_DEV_TRAITS) … … 113 113 enum { StringConvertable = 0x00 }; 114 114 115 static OSG_ SYSTEM_DLLMAPPING115 static OSG_DRAWABLE_DLLMAPPING 116 116 DataType &getType (void); 117 117 … … 130 130 131 131 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 132 /*! \ingroup Grp SystemFieldSingle */132 /*! \ingroup GrpDrawableFieldSingle */ 133 133 134 134 typedef SFieldAdaptor<MaterialDrawablePtr, SFFieldContainerPtr> SFMaterialDrawablePtr; … … 136 136 137 137 #ifndef OSG_COMPILEMATERIALDRAWABLEINST 138 OSG_FIELD_DLLEXPORT_DECL1(SField, MaterialDrawablePtr, OSG_ SYSTEM_DLLTMPLMAPPING)138 OSG_FIELD_DLLEXPORT_DECL1(SField, MaterialDrawablePtr, OSG_DRAWABLE_DLLTMPLMAPPING) 139 139 #endif 140 140 141 141 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 142 /*! \ingroup Grp SystemFieldMulti */142 /*! \ingroup GrpDrawableFieldMulti */ 143 143 144 144 typedef MFieldAdaptor<MaterialDrawablePtr, MFFieldContainerPtr> MFMaterialDrawablePtr; … … 146 146 147 147 #ifndef OSG_COMPILEMATERIALDRAWABLEINST 148 OSG_FIELD_DLLEXPORT_DECL1(MField, MaterialDrawablePtr, OSG_ SYSTEM_DLLTMPLMAPPING)148 OSG_FIELD_DLLEXPORT_DECL1(MField, MaterialDrawablePtr, OSG_DRAWABLE_DLLTMPLMAPPING) 149 149 #endif 150 150 151 151 OSG_END_NAMESPACE 152 152 153 #define OSGMATERIALDRAWABLEFIELDS_HEADER_CVSID "@(#)$Id: OSGMaterialDrawableFields.h,v 1.4.4.9 2006/08/01 08:48:56 vossg Exp$"153 #define OSGMATERIALDRAWABLEFIELDS_HEADER_CVSID "@(#)$Id: $" 154 154 155 155 #endif /* _OSGMATERIALDRAWABLEFIELDS_H_ */
