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/BalancedMultiWindow/OSGBalancedMultiWindowBase.cpp

    r965 r976  
    573573 
    574574#if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 
    575 DataType FieldTraits<BalancedMultiWindowPtr>::_type("BalancedMultiWindowPtr", "MultiDisplayWindowPtr"); 
     575DataType FieldTraits<BalancedMultiWindowInternalRefPtr>::_type( 
     576    "BalancedMultiWindowInternalRefPtr", 
     577    "MultiDisplayWindowInternalRefPtr"); 
     578DataType FieldTraits<BalancedMultiWindowWeakRefPtr>::_type( 
     579    "BalancedMultiWindowWeakRefPtr", 
     580    "MultiDisplayWindowWeakRefPtr"); 
     581DataType FieldTraits<BalancedMultiWindowParentPtr>::_type( 
     582    "BalancedMultiWindowParentPtr", 
     583    "MultiDisplayWindowParentPtr"); 
    576584#endif 
    577585