Show
Ignore:
Timestamp:
12/19/07 17:56:03 (10 months ago)
Author:
cneumann
Message:

changed: generic interface activated
fixed: single parent unlinking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.h

    r1032 r1033  
    341341typedef SortLastWindowBase::ObjWeakRefPtr     SortLastWindowWeakRefPtr; 
    342342typedef SortLastWindowBase::ObjParentPtr      SortLastWindowParentPtr; 
    343 typedef SortLastWindowBase::ObjInternalRefPtr SortLastWindowInternalPtr; 
    344  
    345 typedef boost::mpl::if_
    346     boost::mpl::bool_<SortLastWindowBase::isNodeCore>
    347     CoredNodePtr<SortLastWindow>, 
     343typedef SortLastWindowBase::ObjInternalRefPtr SortLastWindowInternalRefPtr; 
     344 
     345typedef boost::mpl::if_c
     346    SortLastWindowBase::isNodeCore
     347    CoredNodeRefPtr<SortLastWindow>, 
    348348    FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 
    349349 
    350         SortLastWindowNodePtr; 
     350        SortLastWindowNodeRefPtr; 
     351         
     352typedef boost::mpl::if_c< 
     353    SortLastWindowBase::isNodeCore, 
     354    CoredNodeMTRefPtr<SortLastWindow>, 
     355    FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 
     356     
     357        SortLastWindowNodeMTRefPtr; 
    351358 
    352359OSG_END_NAMESPACE