Show
Ignore:
Timestamp:
10/24/07 19:30:30 (1 year ago)
Author:
cneumann
Message:

fixed: FieldBundle? templates, pointers and fields updated

lots of compile errors - some remain

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/FieldContainer/Fields/OSGReferenceCountPointerMField.h

    r980 r988  
    123123    { 
    124124        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; 
    126130             
    127         typedef MFieldVector<OtherPointerType, AllocatorType>  Type; 
     131        typedef MFieldVector<OtherPointerType,  
     132                             OtherAllocatorType>             Type; 
    128133    }; 
    129134