- Timestamp:
- 04/05/08 20:16:18 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMapFields.h
r1101 r1126 104 104 105 105 template<> inline 106 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<RecordedRefCount s>(void)106 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<RecordedRefCountPolicy>(void) 107 107 { 108 108 return "SFRecStringAttributeMapPtr"; … … 110 110 111 111 template<> inline 112 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<UnrecordedRefCount s>(void)112 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<UnrecordedRefCountPolicy>(void) 113 113 { 114 114 return "SFUnrecStringAttributeMapPtr"; … … 116 116 117 117 template<> inline 118 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<WeakRefCount s>(void)118 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<WeakRefCountPolicy>(void) 119 119 { 120 120 return "SFWeakStringAttributeMapPtr"; … … 122 122 123 123 template<> inline 124 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<NoRefCount s>(void)124 const Char8 *FieldTraits<StringAttributeMapPtr, 0>::getSName<NoRefCountPolicy>(void) 125 125 { 126 126 return "SFUnrefdStringAttributeMapPtr"; … … 141 141 142 142 typedef FieldContainerPtrSField<StringAttributeMapPtr, 143 RecordedRefCount s> SFRecStringAttributeMapPtr;143 RecordedRefCountPolicy > SFRecStringAttributeMapPtr; 144 144 typedef FieldContainerPtrSField<StringAttributeMapPtr, 145 UnrecordedRefCount s> SFUnrecStringAttributeMapPtr;145 UnrecordedRefCountPolicy> SFUnrecStringAttributeMapPtr; 146 146 typedef FieldContainerPtrSField<StringAttributeMapPtr, 147 WeakRefCount s> SFWeakStringAttributeMapPtr;147 WeakRefCountPolicy > SFWeakStringAttributeMapPtr; 148 148 typedef FieldContainerPtrSField<StringAttributeMapPtr, 149 NoRefCount s> SFUncountedStringAttributeMapPtr;149 NoRefCountPolicy > SFUncountedStringAttributeMapPtr; 150 150 #endif 151 151
