Changeset 1127 for trunk/Source/Contrib/Manipulators/OSGManipulatorFields.h
- Timestamp:
- 04/05/08 20:19:08 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/Manipulators/OSGManipulatorFields.h
r1101 r1127 108 108 109 109 template<> inline 110 const Char8 *FieldTraits<ManipulatorPtr, 0>::getSName<RecordedRefCount s>(void)110 const Char8 *FieldTraits<ManipulatorPtr, 0>::getSName<RecordedRefCountPolicy>(void) 111 111 { 112 112 return "SFRecManipulatorPtr"; … … 114 114 115 115 template<> inline 116 const Char8 *FieldTraits<ManipulatorPtr, 0>::getSName<UnrecordedRefCount s>(void)116 const Char8 *FieldTraits<ManipulatorPtr, 0>::getSName<UnrecordedRefCountPolicy>(void) 117 117 { 118 118 return "SFUnrecManipulatorPtr"; … … 120 120 121 121 template<> inline 122 const Char8 *FieldTraits<ManipulatorPtr, 0>::getSName<WeakRefCount s>(void)122 const Char8 *FieldTraits<ManipulatorPtr, 0>::getSName<WeakRefCountPolicy>(void) 123 123 { 124 124 return "SFWeakManipulatorPtr"; … … 126 126 127 127 template<> inline 128 const Char8 *FieldTraits<ManipulatorPtr, 0>::getSName<NoRefCount s>(void)128 const Char8 *FieldTraits<ManipulatorPtr, 0>::getSName<NoRefCountPolicy>(void) 129 129 { 130 130 return "SFUnrefdManipulatorPtr"; … … 132 132 133 133 template<> inline 134 const Char8 *FieldTraits<ManipulatorPtr, 0>::getMName<RecordedRefCount s>(void)134 const Char8 *FieldTraits<ManipulatorPtr, 0>::getMName<RecordedRefCountPolicy>(void) 135 135 { 136 136 return "MFRecManipulatorPtr"; … … 138 138 139 139 template<> inline 140 const Char8 *FieldTraits<ManipulatorPtr, 0>::getMName<UnrecordedRefCount s>(void)140 const Char8 *FieldTraits<ManipulatorPtr, 0>::getMName<UnrecordedRefCountPolicy>(void) 141 141 { 142 142 return "MFUnrecManipulatorPtr"; … … 144 144 145 145 template<> inline 146 const Char8 *FieldTraits<ManipulatorPtr, 0>::getMName<WeakRefCount s>(void)146 const Char8 *FieldTraits<ManipulatorPtr, 0>::getMName<WeakRefCountPolicy>(void) 147 147 { 148 148 return "MFWeakManipulatorPtr"; … … 150 150 151 151 template<> inline 152 const Char8 *FieldTraits<ManipulatorPtr, 0>::getMName<NoRefCount s>(void)152 const Char8 *FieldTraits<ManipulatorPtr, 0>::getMName<NoRefCountPolicy>(void) 153 153 { 154 154 return "MFUnrefdManipulatorPtr"; … … 168 168 169 169 typedef FieldContainerPtrSField<ManipulatorPtr, 170 RecordedRefCount s> SFRecManipulatorPtr;170 RecordedRefCountPolicy > SFRecManipulatorPtr; 171 171 typedef FieldContainerPtrSField<ManipulatorPtr, 172 UnrecordedRefCount s> SFUnrecManipulatorPtr;172 UnrecordedRefCountPolicy> SFUnrecManipulatorPtr; 173 173 typedef FieldContainerPtrSField<ManipulatorPtr, 174 WeakRefCount s> SFWeakManipulatorPtr;174 WeakRefCountPolicy > SFWeakManipulatorPtr; 175 175 typedef FieldContainerPtrSField<ManipulatorPtr, 176 NoRefCount s> SFUncountedManipulatorPtr;176 NoRefCountPolicy > SFUncountedManipulatorPtr; 177 177 #endif 178 178 … … 182 182 183 183 typedef FieldContainerPtrMField<ManipulatorPtr, 184 RecordedRefCount s> MFRecManipulatorPtr;184 RecordedRefCountPolicy > MFRecManipulatorPtr; 185 185 typedef FieldContainerPtrMField<ManipulatorPtr, 186 UnrecordedRefCount s> MFUnrecManipulatorPtr;186 UnrecordedRefCountPolicy> MFUnrecManipulatorPtr; 187 187 typedef FieldContainerPtrMField<ManipulatorPtr, 188 WeakRefCount s> MFWeakManipulatorPtr;188 WeakRefCountPolicy > MFWeakManipulatorPtr; 189 189 typedef FieldContainerPtrMField<ManipulatorPtr, 190 NoRefCount s> MFUncountedManipulatorPtr;190 NoRefCountPolicy > MFUncountedManipulatorPtr; 191 191 #endif 192 192
