- Timestamp:
- 04/05/08 20:19:08 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachmentFields.h
r1101 r1127 108 108 109 109 template<> inline 110 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getSName<RecordedRefCount s>(void)110 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getSName<RecordedRefCountPolicy>(void) 111 111 { 112 112 return "SFRecDrawableStatsAttachmentPtr"; … … 114 114 115 115 template<> inline 116 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getSName<UnrecordedRefCount s>(void)116 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getSName<UnrecordedRefCountPolicy>(void) 117 117 { 118 118 return "SFUnrecDrawableStatsAttachmentPtr"; … … 120 120 121 121 template<> inline 122 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getSName<WeakRefCount s>(void)122 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getSName<WeakRefCountPolicy>(void) 123 123 { 124 124 return "SFWeakDrawableStatsAttachmentPtr"; … … 126 126 127 127 template<> inline 128 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getSName<NoRefCount s>(void)128 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getSName<NoRefCountPolicy>(void) 129 129 { 130 130 return "SFUnrefdDrawableStatsAttachmentPtr"; … … 132 132 133 133 template<> inline 134 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getMName<RecordedRefCount s>(void)134 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getMName<RecordedRefCountPolicy>(void) 135 135 { 136 136 return "MFRecDrawableStatsAttachmentPtr"; … … 138 138 139 139 template<> inline 140 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getMName<UnrecordedRefCount s>(void)140 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getMName<UnrecordedRefCountPolicy>(void) 141 141 { 142 142 return "MFUnrecDrawableStatsAttachmentPtr"; … … 144 144 145 145 template<> inline 146 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getMName<WeakRefCount s>(void)146 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getMName<WeakRefCountPolicy>(void) 147 147 { 148 148 return "MFWeakDrawableStatsAttachmentPtr"; … … 150 150 151 151 template<> inline 152 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getMName<NoRefCount s>(void)152 const Char8 *FieldTraits<DrawableStatsAttachmentPtr, 0>::getMName<NoRefCountPolicy>(void) 153 153 { 154 154 return "MFUnrefdDrawableStatsAttachmentPtr"; … … 168 168 169 169 typedef FieldContainerPtrSField<DrawableStatsAttachmentPtr, 170 RecordedRefCount s> SFRecDrawableStatsAttachmentPtr;170 RecordedRefCountPolicy > SFRecDrawableStatsAttachmentPtr; 171 171 typedef FieldContainerPtrSField<DrawableStatsAttachmentPtr, 172 UnrecordedRefCount s> SFUnrecDrawableStatsAttachmentPtr;172 UnrecordedRefCountPolicy> SFUnrecDrawableStatsAttachmentPtr; 173 173 typedef FieldContainerPtrSField<DrawableStatsAttachmentPtr, 174 WeakRefCount s> SFWeakDrawableStatsAttachmentPtr;174 WeakRefCountPolicy > SFWeakDrawableStatsAttachmentPtr; 175 175 typedef FieldContainerPtrSField<DrawableStatsAttachmentPtr, 176 NoRefCount s> SFUncountedDrawableStatsAttachmentPtr;176 NoRefCountPolicy > SFUncountedDrawableStatsAttachmentPtr; 177 177 #endif 178 178 … … 182 182 183 183 typedef FieldContainerPtrMField<DrawableStatsAttachmentPtr, 184 RecordedRefCount s> MFRecDrawableStatsAttachmentPtr;184 RecordedRefCountPolicy > MFRecDrawableStatsAttachmentPtr; 185 185 typedef FieldContainerPtrMField<DrawableStatsAttachmentPtr, 186 UnrecordedRefCount s> MFUnrecDrawableStatsAttachmentPtr;186 UnrecordedRefCountPolicy> MFUnrecDrawableStatsAttachmentPtr; 187 187 typedef FieldContainerPtrMField<DrawableStatsAttachmentPtr, 188 WeakRefCount s> MFWeakDrawableStatsAttachmentPtr;188 WeakRefCountPolicy > MFWeakDrawableStatsAttachmentPtr; 189 189 typedef FieldContainerPtrMField<DrawableStatsAttachmentPtr, 190 NoRefCount s> MFUncountedDrawableStatsAttachmentPtr;190 NoRefCountPolicy > MFUncountedDrawableStatsAttachmentPtr; 191 191 #endif 192 192
