Changeset 1030 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Attachments/OSGStringAttributeMapFields.h
- Timestamp:
- 12/03/07 15:48:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Attachments/OSGStringAttributeMapFields.h
r1017 r1030 94 94 95 95 public: 96 typedef FieldTraits<StringAttributeMapPtr> Self;96 typedef FieldTraits<StringAttributeMapPtr> Self; 97 97 98 typedef MChildFCPointerField < StringAttributeMap > HandledMChildField; 99 typedef MInternalFCPointerField< StringAttributeMap > HandledMInternalField; 100 typedef MWeakFCPointerField < StringAttributeMap > HandledMWeakField; 101 102 typedef SChildFCPointerField < StringAttributeMap > HandledSChildField; 103 typedef SInternalFCPointerField< StringAttributeMap > HandledSInternalField; 104 typedef SWeakFCPointerField < StringAttributeMap > HandledSWeakField; 105 98 106 enum { Convertible = NotConvertible }; 99 107 … … 134 142 typedef FieldTraits<StringAttributeMapParentPtr> Self; 135 143 144 typedef MParentFCPointerField< StringAttributeMap > HandledMParentField; 145 typedef SParentFCPointerField< StringAttributeMap > HandledSParentField; 146 136 147 enum { Convertible = NotConvertible }; 137 148
