- Timestamp:
- 04/05/08 20:16:18 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Fields/OSGAttachmentContainerFieldTraits.h
r1102 r1126 87 87 template<> inline 88 88 const Char8 *FieldTraits<AttachmentContainerPtr, 89 0 >::getSName<RecordedRefCount s>(void)89 0 >::getSName<RecordedRefCountPolicy>(void) 90 90 { 91 91 return "SFRecAttachmentContainerPtr"; … … 93 93 94 94 template<> inline 95 const Char8 *FieldTraits<AttachmentContainerPtr, 96 0 >::getSName<UnrecordedRefCounts>(void) 95 const Char8 * 96 FieldTraits<AttachmentContainerPtr, 97 0 >::getSName<UnrecordedRefCountPolicy>(void) 97 98 { 98 99 return "SFUnrecAttachmentContainerPtr"; … … 100 101 101 102 template<> inline 102 const Char8 *FieldTraits<AttachmentContainerPtr, 103 0 >::getSName<WeakRefCounts>(void) 103 const Char8 * 104 FieldTraits<AttachmentContainerPtr, 105 0 >::getSName<WeakRefCountPolicy>(void) 104 106 { 105 107 return "SFWeakAttachmentContainerPtr"; … … 107 109 108 110 template<> inline 109 const Char8 *FieldTraits<AttachmentContainerPtr, 110 0 >::getSName<NoRefCounts>(void) 111 const Char8 * 112 FieldTraits<AttachmentContainerPtr, 113 0 >::getSName<NoRefCountPolicy>(void) 111 114 { 112 115 return "SFUnrefdAttachmentContainerPtr"; … … 116 119 117 120 template<> inline 118 const Char8 *FieldTraits<AttachmentContainerPtr, 119 0 >::getMName<RecordedRefCounts>(void) 121 const Char8 * 122 FieldTraits<AttachmentContainerPtr, 123 0 >::getMName<RecordedRefCountPolicy>(void) 120 124 { 121 125 return "MFRecAttachmentContainerPtr"; … … 123 127 124 128 template<> inline 125 const Char8 *FieldTraits<AttachmentContainerPtr, 126 0 >::getMName<UnrecordedRefCounts>(void) 129 const Char8 * 130 FieldTraits<AttachmentContainerPtr, 131 0 >::getMName<UnrecordedRefCountPolicy>(void) 127 132 { 128 133 return "MFUnrecAttachmentContainerPtr"; … … 130 135 131 136 template<> inline 132 const Char8 *FieldTraits<AttachmentContainerPtr, 133 0 >::getMName<WeakRefCounts>(void) 137 const Char8 * 138 FieldTraits<AttachmentContainerPtr, 139 0 >::getMName<WeakRefCountPolicy>(void) 134 140 { 135 141 return "MFWeakAttachmentContainerPtr"; … … 137 143 138 144 template<> inline 139 const Char8 *FieldTraits<AttachmentContainerPtr, 140 0 >::getMName<NoRefCounts>(void) 145 const Char8 * 146 FieldTraits<AttachmentContainerPtr, 147 0 >::getMName<NoRefCountPolicy>(void) 141 148 { 142 149 return "MFUnrefdAttachmentContainerPtr";
