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