Show
Ignore:
Timestamp:
10/20/07 18:11:52 (10 months 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/SortFirst/OSGSortFirstWindowBase.cpp

    r965 r976  
    8282\***************************************************************************/ 
    8383 
    84 /*! \var std::string     SortFirstWindowBase::_sfCompression 
     84/*! \var string          SortFirstWindowBase::_sfCompression 
    8585     
    8686*/ 
     
    678678 
    679679#if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 
    680 DataType FieldTraits<SortFirstWindowPtr>::_type("SortFirstWindowPtr", "ClusterWindowPtr"); 
     680DataType FieldTraits<SortFirstWindowInternalRefPtr>::_type( 
     681    "SortFirstWindowInternalRefPtr", 
     682    "ClusterWindowInternalRefPtr"); 
     683DataType FieldTraits<SortFirstWindowWeakRefPtr>::_type( 
     684    "SortFirstWindowWeakRefPtr", 
     685    "ClusterWindowWeakRefPtr"); 
     686DataType FieldTraits<SortFirstWindowParentPtr>::_type( 
     687    "SortFirstWindowParentPtr", 
     688    "ClusterWindowParentPtr"); 
    681689#endif 
    682690