Changeset 1030 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGAttachmentContainer.h
- Timestamp:
- 12/03/07 15:48:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGAttachmentContainer.h
r1017 r1030 75 75 typedef AttachmentObjPtrMap::iterator AttachmentObjPtrMapIt; 76 76 77 OSG_GEN_INTERNALPTR(AttachmentContainer); 78 79 typedef WeakRefCountPtrBuilder<AttachmentContainer>::Ptr ObjWeakRefPtr; 80 typedef MTRefCountPtrBuilder <AttachmentContainer>::Ptr ObjMTRefPtr; 81 typedef RefCountPtrBuilder <AttachmentContainer>::Ptr ObjRefPtr; 82 typedef ParentPtrBuilder <AttachmentContainer>::Ptr ObjParentPtr; 77 83 78 OSG_GEN_INTERNALPTR(AttachmentContainer);79 80 84 /*! \} */ 81 85 /*---------------------------------------------------------------------*/ … … 266 270 OSG_GEN_CONTAINERPTR(AttachmentContainer); 267 271 268 typedef RefPtr<AttachmentContainerPtr> AttachmentContainerRefPtr; 269 typedef WeakPtr<AttachmentContainerPtr> AttachmentContainerWeakPtr; 272 typedef AttachmentContainer::ObjRefPtr AttachmentContainerRefPtr; 273 typedef AttachmentContainer::ObjMTRefPtr AttachmentContainerMTRefPtr; 274 typedef AttachmentContainer::ObjWeakRefPtr AttachmentContainerWeakRefPtr; 275 typedef AttachmentContainer::ObjParentPtr AttachmentContainerParentPtr; 276 270 277 271 278 OSG_SYSTEM_DLLMAPPING
