Changeset 1039 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Attachments/OSGStringAttributeMapFields.h
- Timestamp:
- 01/16/08 16:07:40 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Attachments/OSGStringAttributeMapFields.h
r1032 r1039 59 59 60 60 #include "OSGReferenceCountPointer.h" 61 #include "OSGGlobalReferenceCountPointer.h" 61 62 #include "OSGParentPtrWrapper.h" 62 63 … … 73 74 74 75 typedef RefCountPtrBuilder <StringAttributeMap>::Ptr StringAttributeMapRefPtr; 76 typedef GlobalRefCountPtrBuilder <StringAttributeMap>::Ptr StringAttributeMapGlobalRefPtr; 75 77 typedef MTRefCountPtrBuilder <StringAttributeMap>::Ptr StringAttributeMapMTRefPtr; 78 typedef GlobalMTRefCountPtrBuilder<StringAttributeMap>::Ptr StringAttributeMapGlobalMTRefPtr; 76 79 typedef WeakRefCountPtrBuilder <StringAttributeMap>::Ptr StringAttributeMapWeakRefPtr; 77 80 typedef ParentPtrBuilder <StringAttributeMap>::Ptr StringAttributeMapParentPtr; 78 81 typedef InternalRefCountPtrBuilder<StringAttributeMap>::Ptr StringAttributeMapInternalRefPtr; 82 typedef TransitPtrBuilder <StringAttributeMap>::Ptr StringAttributeMapTransitPtr; 79 83 80 84 #endif
