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/MultiDisplay/OSGMultiDisplayWindowBase.cpp

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