Changeset 988 for branches/Carsten_PtrWork/Source/System/FieldContainer/Fields/OSGFieldBundleMFields.h
- Timestamp:
- 10/24/07 19:30:30 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/FieldContainer/Fields/OSGFieldBundleMFields.h
r982 r988 63 63 ReferenceCountPointer< 64 64 FieldBundle, 65 InternalRefCountPolicy<Field Container>,66 FieldBundle > > MFFieldBundleInternalRefPtr;65 InternalRefCountPolicy<FieldBundle>, 66 FieldBundle > > MFFieldBundleInternalRefPtr; 67 67 68 68 typedef MField< 69 69 ReferenceCountPointer< 70 70 FieldBundle, 71 WeakRefCountPolicy<Field Container>,72 FieldBundle > > MFFieldBundleWeakRefPtr;71 WeakRefCountPolicy<FieldBundle>, 72 FieldBundle > > MFFieldBundleWeakRefPtr; 73 73 74 74 typedef MField< 75 75 ParentPointer <FieldBundle, 76 FieldBundle > > MFFieldBundleParentPtr;76 FieldBundle > > MFFieldBundleParentPtr; 77 77 78 78 #endif
