Show
Ignore:
Timestamp:
04/15/08 04:48:53 (6 months ago)
Author:
vossg
Message:

changed: renamed fields, base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMapFields.h

    r1126 r1161  
    5959 
    6060#include "OSGFieldContainerFields.h" 
    61 #include "OSGFieldContainerPtrSField.h" 
    62 #include "OSGFieldContainerPtrMField.h" 
     61#include "OSGPointerSField.h" 
     62#include "OSGPointerMField.h" 
    6363 
    6464 
     
    140140/*! \ingroup GrpSystemFieldSingle */ 
    141141 
    142 typedef FieldContainerPtrSField<StringAttributeMapPtr, 
    143                                 RecordedRefCountPolicy  > SFRecStringAttributeMapPtr; 
    144 typedef FieldContainerPtrSField<StringAttributeMapPtr, 
    145                                 UnrecordedRefCountPolicy> SFUnrecStringAttributeMapPtr; 
    146 typedef FieldContainerPtrSField<StringAttributeMapPtr, 
    147                                 WeakRefCountPolicy      > SFWeakStringAttributeMapPtr; 
    148 typedef FieldContainerPtrSField<StringAttributeMapPtr, 
    149                                 NoRefCountPolicy        > SFUncountedStringAttributeMapPtr; 
     142typedef PointerSField<StringAttributeMapPtr, 
     143                      RecordedRefCountPolicy  > SFRecStringAttributeMapPtr; 
     144typedef PointerSField<StringAttributeMapPtr, 
     145                      UnrecordedRefCountPolicy> SFUnrecStringAttributeMapPtr; 
     146typedef PointerSField<StringAttributeMapPtr, 
     147                      WeakRefCountPolicy      > SFWeakStringAttributeMapPtr; 
     148typedef PointerSField<StringAttributeMapPtr, 
     149                      NoRefCountPolicy        > SFUncountedStringAttributeMapPtr; 
    150150#endif 
    151151