Show
Ignore:
Timestamp:
04/04/08 00:43:34 (8 months ago)
Author:
vossg
Message:

changed: base rebuild: cleaned ptr field names and variants

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachmentBase.cpp

    r1098 r1101  
    913913OSG_FIELDTRAITS_GETTYPE(DrawableStatsAttachmentPtr) 
    914914 
    915 OSG_SFIELDTYPE_INST(FieldContainerPtrSField,  
    916                     DrawableStatsAttachmentPtr,  
    917                     RecordedRefCounts, 
    918                     0); 
    919  
    920 OSG_FIELD_DLLEXPORT_DEF3(FieldContainerPtrSField,  
    921                          DrawableStatsAttachmentPtr,  
    922                          RecordedRefCounts, 
    923                          0); 
    924  
    925 OSG_MFIELDTYPE_INST(FieldContainerPtrMField,  
    926                     DrawableStatsAttachmentPtr,  
    927                     RecordedRefCounts, 
    928                     0); 
    929  
    930 OSG_FIELD_DLLEXPORT_DEF3(FieldContainerPtrMField,  
    931                          DrawableStatsAttachmentPtr,  
    932                          RecordedRefCounts, 
    933                          0); 
     915OSG_EXPORT_PTR_SFIELD_FULL(FieldContainerPtrSField,  
     916                           DrawableStatsAttachmentPtr,  
     917                           0); 
     918 
     919OSG_EXPORT_PTR_MFIELD_FULL(FieldContainerPtrMField,  
     920                           DrawableStatsAttachmentPtr,  
     921                           0); 
    934922 
    935923OSG_END_NAMESPACE