Show
Ignore:
Timestamp:
12/19/07 17:56:03 (9 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/Depreciated/State/OSGTextureChunkBase.h

    r1032 r1033  
    16231623typedef TextureChunkBase::ObjWeakRefPtr     TextureChunkWeakRefPtr; 
    16241624typedef TextureChunkBase::ObjParentPtr      TextureChunkParentPtr; 
    1625 typedef TextureChunkBase::ObjInternalRefPtr TextureChunkInternalPtr; 
    1626  
    1627 typedef boost::mpl::if_
    1628     boost::mpl::bool_<TextureChunkBase::isNodeCore>
    1629     CoredNodePtr<TextureChunk>, 
     1625typedef TextureChunkBase::ObjInternalRefPtr TextureChunkInternalRefPtr; 
     1626 
     1627typedef boost::mpl::if_c
     1628    TextureChunkBase::isNodeCore
     1629    CoredNodeRefPtr<TextureChunk>, 
    16301630    FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 
    16311631 
    1632         TextureChunkNodePtr; 
     1632        TextureChunkNodeRefPtr; 
     1633         
     1634typedef boost::mpl::if_c< 
     1635    TextureChunkBase::isNodeCore, 
     1636    CoredNodeMTRefPtr<TextureChunk>, 
     1637    FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 
     1638     
     1639        TextureChunkNodeMTRefPtr; 
    16331640 
    16341641OSG_END_NAMESPACE