Changeset 1033 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Attachments/OSGStringAttributeMapBase.h
- Timestamp:
- 12/19/07 17:56:03 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Attachments/OSGStringAttributeMapBase.h
r1032 r1033 300 300 typedef StringAttributeMapBase::ObjWeakRefPtr StringAttributeMapWeakRefPtr; 301 301 typedef StringAttributeMapBase::ObjParentPtr StringAttributeMapParentPtr; 302 typedef StringAttributeMapBase::ObjInternalRefPtr StringAttributeMapInternal Ptr;303 304 typedef boost::mpl::if_ <305 boost::mpl::bool_<StringAttributeMapBase::isNodeCore>,306 CoredNode Ptr<StringAttributeMap>,302 typedef StringAttributeMapBase::ObjInternalRefPtr StringAttributeMapInternalRefPtr; 303 304 typedef boost::mpl::if_c< 305 StringAttributeMapBase::isNodeCore, 306 CoredNodeRefPtr<StringAttributeMap>, 307 307 FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 308 308 309 StringAttributeMapNodePtr; 309 StringAttributeMapNodeRefPtr; 310 311 typedef boost::mpl::if_c< 312 StringAttributeMapBase::isNodeCore, 313 CoredNodeMTRefPtr<StringAttributeMap>, 314 FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 315 316 StringAttributeMapNodeMTRefPtr; 310 317 311 318 OSG_END_NAMESPACE
