Changeset 988 for branches/Carsten_PtrWork/Source/System/FieldContainer/Fields/OSGReferenceCountPointerMField.h
- Timestamp:
- 10/24/07 19:30:30 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/FieldContainer/Fields/OSGReferenceCountPointerMField.h
r980 r988 123 123 { 124 124 typedef typename 125 StoredType::template rebind<OtherObjectT>::Type OtherPointerType; 125 StoredType::template rebind<OtherObjectT>::Type 126 OtherPointerType; 127 typedef typename 128 AllocatorType::template rebind<OtherPointerType>::other 129 OtherAllocatorType; 126 130 127 typedef MFieldVector<OtherPointerType, AllocatorType> Type; 131 typedef MFieldVector<OtherPointerType, 132 OtherAllocatorType> Type; 128 133 }; 129 134
