Show
Ignore:
Timestamp:
10/24/07 19:30:30 (11 months 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/OSGFieldBundleMFields.h

    r982 r988  
    6363    ReferenceCountPointer< 
    6464        FieldBundle, 
    65         InternalRefCountPolicy<FieldContainer>, 
    66         FieldBundle                             > > MFFieldBundleInternalRefPtr; 
     65        InternalRefCountPolicy<FieldBundle>, 
     66        FieldBundle                         > > MFFieldBundleInternalRefPtr; 
    6767 
    6868typedef MField< 
    6969    ReferenceCountPointer< 
    7070        FieldBundle, 
    71         WeakRefCountPolicy<FieldContainer>, 
    72         FieldBundle                             > > MFFieldBundleWeakRefPtr; 
     71        WeakRefCountPolicy<FieldBundle>, 
     72        FieldBundle                         > > MFFieldBundleWeakRefPtr; 
    7373         
    7474typedef MField< 
    7575    ParentPointer        <FieldBundle, 
    76                           FieldBundle           > > MFFieldBundleParentPtr; 
     76                          FieldBundle       > > MFFieldBundleParentPtr; 
    7777 
    7878#endif