Changeset 1030 for branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachmentFields.h
- Timestamp:
- 12/03/07 15:48:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachmentFields.h
r1017 r1030 94 94 95 95 public: 96 typedef FieldTraits<DrawableStatsAttachmentPtr> Self; 97 96 typedef FieldTraits<DrawableStatsAttachmentPtr> Self; 97 98 typedef MChildFCPointerField < DrawableStatsAttachment > HandledMChildField; 99 typedef MInternalFCPointerField< DrawableStatsAttachment > HandledMInternalField; 100 typedef MWeakFCPointerField < DrawableStatsAttachment > HandledMWeakField; 101 102 typedef SChildFCPointerField < DrawableStatsAttachment > HandledSChildField; 103 typedef SInternalFCPointerField< DrawableStatsAttachment > HandledSInternalField; 104 typedef SWeakFCPointerField < DrawableStatsAttachment > HandledSWeakField; 105 98 106 enum { Convertible = NotConvertible }; 99 107 … … 149 157 typedef FieldTraits<DrawableStatsAttachmentParentPtr> Self; 150 158 159 typedef MParentFCPointerField< DrawableStatsAttachment > HandledMParentField; 160 typedef SParentFCPointerField< DrawableStatsAttachment > HandledSParentField; 161 151 162 enum { Convertible = NotConvertible }; 152 163
