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/OSGAttachmentContainerSFields.h

    r1102 r1126  
    5353typedef FieldContainerPtrSField< 
    5454          AttachmentContainerPtr, 
    55           RecordedRefCounts     > SFRecAttachmentContainerPtr; 
     55          RecordedRefCountPolicy     > SFRecAttachmentContainerPtr; 
    5656 
    5757typedef FieldContainerPtrSField< 
    5858          AttachmentContainerPtr, 
    59           UnrecordedRefCounts   > SFUnrecAttachmentContainerPtr; 
     59          UnrecordedRefCountPolicy   > SFUnrecAttachmentContainerPtr; 
    6060 
    6161typedef FieldContainerPtrSField< 
    6262          AttachmentContainerPtr, 
    63           WeakRefCounts         > SFWeakAttachmentContainerPtr; 
     63          WeakRefCountPolicy         > SFWeakAttachmentContainerPtr; 
    6464 
    6565typedef FieldContainerPtrSField< 
    6666          AttachmentContainerPtr, 
    67           NoRefCounts           > SFUncountedAttachmentContainerPtr; 
     67          NoRefCountPolicy           > SFUncountedAttachmentContainerPtr; 
    6868 
    6969#endif