Show
Ignore:
Timestamp:
04/22/08 04:54:20 (7 months ago)
Author:
vossg
Message:

renamed: FieldContainerAttachment? → Attachment

ContainerPool?ContainerAttachment?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMapBase.h

    r1116 r1184  
    6464#include "OSGBaseTypes.h" 
    6565 
    66 #include "OSGFieldContainerAttachment.h" // Parent 
     66#include "OSGAttachment.h" // Parent 
    6767 
    6868#include "OSGStringFields.h" // Keys type 
     
    7777//! \brief StringAttributeMap Base Class. 
    7878 
    79 class OSG_SYSTEM_DLLMAPPING StringAttributeMapBase : public FieldContainerAttachment 
     79class OSG_SYSTEM_DLLMAPPING StringAttributeMapBase : public Attachment 
    8080{ 
    8181  public: 
    8282 
    83     typedef FieldContainerAttachment Inherited; 
    84     typedef FieldContainerAttachment ParentContainer; 
     83    typedef Attachment Inherited; 
     84    typedef Attachment ParentContainer; 
    8585 
    8686    typedef Inherited::TypeObject TypeObject;