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

    r1102 r1126  
    8787template<> inline 
    8888const Char8 *FieldTraits<AttachmentContainerPtr,  
    89                          0                  >::getSName<RecordedRefCounts>(void) 
     89                         0                  >::getSName<RecordedRefCountPolicy>(void) 
    9090{ 
    9191    return "SFRecAttachmentContainerPtr";  
     
    9393 
    9494template<> inline 
    95 const Char8 *FieldTraits<AttachmentContainerPtr,  
    96                          0                >::getSName<UnrecordedRefCounts>(void) 
     95const Char8 * 
     96  FieldTraits<AttachmentContainerPtr,  
     97              0                >::getSName<UnrecordedRefCountPolicy>(void) 
    9798{ 
    9899    return "SFUnrecAttachmentContainerPtr";  
     
    100101 
    101102template<> inline 
    102 const Char8 *FieldTraits<AttachmentContainerPtr,  
    103                          0                     >::getSName<WeakRefCounts>(void) 
     103const Char8 * 
     104  FieldTraits<AttachmentContainerPtr,  
     105              0                     >::getSName<WeakRefCountPolicy>(void) 
    104106{ 
    105107    return "SFWeakAttachmentContainerPtr";  
     
    107109 
    108110template<> inline 
    109 const Char8 *FieldTraits<AttachmentContainerPtr,  
    110                          0                     >::getSName<NoRefCounts>(void) 
     111const Char8 * 
     112  FieldTraits<AttachmentContainerPtr,  
     113              0                     >::getSName<NoRefCountPolicy>(void) 
    111114{ 
    112115    return "SFUnrefdAttachmentContainerPtr";  
     
    116119 
    117120template<> inline 
    118 const Char8 *FieldTraits<AttachmentContainerPtr,  
    119                          0                  >::getMName<RecordedRefCounts>(void) 
     121const Char8 * 
     122  FieldTraits<AttachmentContainerPtr,  
     123              0                  >::getMName<RecordedRefCountPolicy>(void) 
    120124{ 
    121125    return "MFRecAttachmentContainerPtr";  
     
    123127 
    124128template<> inline 
    125 const Char8 *FieldTraits<AttachmentContainerPtr,  
    126                          0                >::getMName<UnrecordedRefCounts>(void) 
     129const Char8 * 
     130  FieldTraits<AttachmentContainerPtr,  
     131              0                >::getMName<UnrecordedRefCountPolicy>(void) 
    127132{ 
    128133    return "MFUnrecAttachmentContainerPtr";  
     
    130135 
    131136template<> inline 
    132 const Char8 *FieldTraits<AttachmentContainerPtr,  
    133                          0                     >::getMName<WeakRefCounts>(void) 
     137const Char8 * 
     138  FieldTraits<AttachmentContainerPtr,  
     139              0                     >::getMName<WeakRefCountPolicy>(void) 
    134140{ 
    135141    return "MFWeakAttachmentContainerPtr";  
     
    137143 
    138144template<> inline 
    139 const Char8 *FieldTraits<AttachmentContainerPtr,  
    140                          0                     >::getMName<NoRefCounts>(void) 
     145const Char8 * 
     146  FieldTraits<AttachmentContainerPtr,  
     147              0                     >::getMName<NoRefCountPolicy>(void) 
    141148{ 
    142149    return "MFUnrefdAttachmentContainerPtr";