Show
Ignore:
Timestamp:
04/15/08 04:48:53 (3 months ago)
Author:
vossg
Message:

changed: renamed fields, base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/Base/OSGClusterWindowFields.h

    r1127 r1161  
    5959 
    6060#include "OSGFieldContainerFields.h" 
    61 #include "OSGFieldContainerPtrSField.h" 
    62 #include "OSGFieldContainerPtrMField.h" 
     61#include "OSGPointerSField.h" 
     62#include "OSGPointerMField.h" 
    6363 
    6464 
     
    167167/*! \ingroup GrpClusterFieldSingle */ 
    168168 
    169 typedef FieldContainerPtrSField<ClusterWindowPtr, 
    170                                 RecordedRefCountPolicy  > SFRecClusterWindowPtr; 
    171 typedef FieldContainerPtrSField<ClusterWindowPtr, 
    172                                 UnrecordedRefCountPolicy> SFUnrecClusterWindowPtr; 
    173 typedef FieldContainerPtrSField<ClusterWindowPtr, 
    174                                 WeakRefCountPolicy      > SFWeakClusterWindowPtr; 
    175 typedef FieldContainerPtrSField<ClusterWindowPtr, 
    176                                 NoRefCountPolicy        > SFUncountedClusterWindowPtr; 
     169typedef PointerSField<ClusterWindowPtr, 
     170                      RecordedRefCountPolicy  > SFRecClusterWindowPtr; 
     171typedef PointerSField<ClusterWindowPtr, 
     172                      UnrecordedRefCountPolicy> SFUnrecClusterWindowPtr; 
     173typedef PointerSField<ClusterWindowPtr, 
     174                      WeakRefCountPolicy      > SFWeakClusterWindowPtr; 
     175typedef PointerSField<ClusterWindowPtr, 
     176                      NoRefCountPolicy        > SFUncountedClusterWindowPtr; 
    177177#endif 
    178178 
     
    181181/*! \ingroup GrpClusterFieldMulti */ 
    182182 
    183 typedef FieldContainerPtrMField<ClusterWindowPtr, 
    184                                 RecordedRefCountPolicy  > MFRecClusterWindowPtr; 
    185 typedef FieldContainerPtrMField<ClusterWindowPtr, 
    186                                 UnrecordedRefCountPolicy> MFUnrecClusterWindowPtr; 
    187 typedef FieldContainerPtrMField<ClusterWindowPtr, 
    188                                 WeakRefCountPolicy      > MFWeakClusterWindowPtr; 
    189 typedef FieldContainerPtrMField<ClusterWindowPtr, 
    190                                 NoRefCountPolicy        > MFUncountedClusterWindowPtr; 
     183typedef PointerMField<ClusterWindowPtr, 
     184                      RecordedRefCountPolicy  > MFRecClusterWindowPtr; 
     185typedef PointerMField<ClusterWindowPtr, 
     186                      UnrecordedRefCountPolicy> MFUnrecClusterWindowPtr; 
     187typedef PointerMField<ClusterWindowPtr, 
     188                      WeakRefCountPolicy      > MFWeakClusterWindowPtr; 
     189typedef PointerMField<ClusterWindowPtr, 
     190                      NoRefCountPolicy        > MFUncountedClusterWindowPtr; 
    191191#endif 
    192192