Show
Ignore:
Timestamp:
04/05/08 20:16:18 (8 months ago)
Author:
vossg
Message:

changed: renamed {X}RefCounts?{X}RefCountPolicy?

Files:

Legend:

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

    r1101 r1126  
    104104 
    105105template<> inline 
    106 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<RecordedRefCounts>(void) 
     106const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<RecordedRefCountPolicy>(void) 
    107107{ 
    108108    return "SFRecStringAttributeMapPtr";  
     
    110110 
    111111template<> inline 
    112 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<UnrecordedRefCounts>(void) 
     112const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<UnrecordedRefCountPolicy>(void) 
    113113{ 
    114114    return "SFUnrecStringAttributeMapPtr";  
     
    116116 
    117117template<> inline 
    118 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<WeakRefCounts>(void) 
     118const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<WeakRefCountPolicy>(void) 
    119119{ 
    120120    return "SFWeakStringAttributeMapPtr";  
     
    122122 
    123123template<> inline 
    124 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<NoRefCounts>(void) 
     124const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<NoRefCountPolicy>(void) 
    125125{ 
    126126    return "SFUnrefdStringAttributeMapPtr";  
     
    141141 
    142142typedef FieldContainerPtrSField<StringAttributeMapPtr, 
    143                                 RecordedRefCounts  > SFRecStringAttributeMapPtr; 
     143                                RecordedRefCountPolicy  > SFRecStringAttributeMapPtr; 
    144144typedef FieldContainerPtrSField<StringAttributeMapPtr, 
    145                                 UnrecordedRefCounts> SFUnrecStringAttributeMapPtr; 
     145                                UnrecordedRefCountPolicy> SFUnrecStringAttributeMapPtr; 
    146146typedef FieldContainerPtrSField<StringAttributeMapPtr, 
    147                                 WeakRefCounts      > SFWeakStringAttributeMapPtr; 
     147                                WeakRefCountPolicy      > SFWeakStringAttributeMapPtr; 
    148148typedef FieldContainerPtrSField<StringAttributeMapPtr, 
    149                                 NoRefCounts        > SFUncountedStringAttributeMapPtr; 
     149                                NoRefCountPolicy        > SFUncountedStringAttributeMapPtr; 
    150150#endif 
    151151