Show
Ignore:
Timestamp:
04/05/08 20:16:18 (8 months ago)
Author:
vossg
Message:

changed: renamed {X}RefCounts?{X}RefCountPolicy?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Fields/OSGAttachmentContainerMFields.h

    r1102 r1126  
    5353typedef FieldContainerPtrMField< 
    5454          AttachmentContainerPtr, 
    55           RecordedRefCounts     > MFRecAttachmentContainerPtr; 
     55          RecordedRefCountPolicy     > MFRecAttachmentContainerPtr; 
    5656 
    5757typedef FieldContainerPtrMField< 
    5858          AttachmentContainerPtr, 
    59           UnrecordedRefCounts   > MFUnrecAttachmentContainerPtr; 
     59          UnrecordedRefCountPolicy   > MFUnrecAttachmentContainerPtr; 
    6060 
    6161typedef FieldContainerPtrMField< 
    6262          AttachmentContainerPtr, 
    63           WeakRefCounts         > MFWeakAttachmentContainerPtr; 
     63          WeakRefCountPolicy         > MFWeakAttachmentContainerPtr; 
    6464 
    6565typedef FieldContainerPtrMField< 
    6666          AttachmentContainerPtr, 
    67           NoRefCounts           > MFUncountedAttachmentContainerPtr; 
     67          NoRefCountPolicy           > MFUncountedAttachmentContainerPtr; 
    6868 
    6969#endif