Show
Ignore:
Timestamp:
10/20/07 18:11:52 (1 year ago)
Author:
cneumann
Message:

added: RootObjectT template paremter for ReferenceCountPointer?

and ParentPointer? templates - allows use for FieldBundles?

compile fixes - but still not done

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGBinarySwapComposerBase.cpp

    r965 r976  
    443443 
    444444#if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 
    445 DataType FieldTraits<BinarySwapComposerPtr>::_type("BinarySwapComposerPtr", "ImageComposerPtr"); 
     445DataType FieldTraits<BinarySwapComposerInternalRefPtr>::_type( 
     446    "BinarySwapComposerInternalRefPtr", 
     447    "ImageComposerInternalRefPtr"); 
     448DataType FieldTraits<BinarySwapComposerWeakRefPtr>::_type( 
     449    "BinarySwapComposerWeakRefPtr", 
     450    "ImageComposerWeakRefPtr"); 
     451DataType FieldTraits<BinarySwapComposerParentPtr>::_type( 
     452    "BinarySwapComposerParentPtr", 
     453    "ImageComposerParentPtr"); 
    446454#endif 
    447455