- Timestamp:
- 04/05/08 20:16:18 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Fields/OSGFieldContainerAttachmentSFields.h
r1102 r1126 53 53 typedef FieldContainerPtrSField< 54 54 FieldContainerAttachmentPtr, 55 RecordedRefCount s> SFRecFieldContainerAttachmentPtr;55 RecordedRefCountPolicy > SFRecFieldContainerAttachmentPtr; 56 56 57 57 typedef FieldContainerPtrSField< 58 58 FieldContainerAttachmentPtr, 59 UnrecordedRefCount s> SFUnrecFieldContainerAttachmentPtr;59 UnrecordedRefCountPolicy > SFUnrecFieldContainerAttachmentPtr; 60 60 61 61 typedef FieldContainerPtrSField< 62 62 FieldContainerAttachmentPtr, 63 WeakRefCount s> SFWeakFieldContainerAttachmentPtr;63 WeakRefCountPolicy > SFWeakFieldContainerAttachmentPtr; 64 64 65 65 typedef FieldContainerPtrSField< 66 66 FieldContainerAttachmentPtr, 67 NoRefCount s> SFUncountedFieldContainerAttachmentPtr;67 NoRefCountPolicy > SFUncountedFieldContainerAttachmentPtr; 68 68 69 69 #endif
