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

    r982 r988  
    6363    ReferenceCountPointer< 
    6464        FieldBundle, 
    65         InternalRefCountPolicy<FieldContainer>, 
    66         FieldBundle                             > > SFFieldBundleInternalRefPtr; 
     65        InternalRefCountPolicy<FieldBundle>, 
     66        FieldBundle                         > > SFFieldBundleInternalRefPtr; 
    6767 
    6868typedef SField< 
    6969    ReferenceCountPointer< 
    7070        FieldBundle, 
    71         WeakRefCountPolicy<FieldContainer>, 
    72         FieldBundle                             > > SFFieldBundleWeakRefPtr; 
     71        WeakRefCountPolicy<FieldBundle>, 
     72        FieldBundle                         > > SFFieldBundleWeakRefPtr; 
    7373         
    7474typedef SField< 
    7575    ParentPointer        <FieldBundle, 
    76                           FieldBundle           > > SFFieldBundleParentPtr; 
     76                          FieldBundle       > > SFFieldBundleParentPtr; 
    7777#endif 
    7878