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