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/SortFirst/OSGSortFirstWindowBase.h

    r965 r976  
    270270    static TypeObject _type; 
    271271 
    272     static void   classDescInserter(TypeObject &oType); 
    273     static Char8 *getClassname     (void             ); 
     272    static void         classDescInserter(TypeObject &oType); 
     273    static Char8 const *getClassname     (void             ); 
    274274 
    275275    /*---------------------------------------------------------------------*/ 
     
    365365typedef SortFirstWindowBase *SortFirstWindowBaseP; 
    366366 
    367 /** Type specific RefPtr type for SortFirstWindow. */ 
    368 typedef RefPtr<SortFirstWindow>   SortFirstWindowRefPtr; 
    369 typedef MTRefPtr<SortFirstWindow> SortFirstWindowMTRefPtr; 
    370  
    371 typedef InternalRefPtr<SortFirstWindow>       SortFirstWindowInternalRefPtr; 
    372 typedef InternalRefPtr<SortFirstWindow> const SortFirstWindowInternalRefPtrConst; 
    373 typedef InternalRefPtr<SortFirstWindow> const SortFirstWindowInternalRefPtrConstArg; 
     367typedef RefCountPtrBuilder<SortFirstWindow>::Ptr         SortFirstWindowRefPtr; 
     368typedef MTRefCountPtrBuilder<SortFirstWindow>::Ptr       SortFirstWindowMTRefPtr; 
     369typedef WeakRefCountPtrBuilder<SortFirstWindow>::Ptr     SortFirstWindowWeakRefPtr; 
     370typedef InternalRefCountPtrBuilder<SortFirstWindow>::Ptr SortFirstWindowInternalRefPtr; 
     371 
     372typedef ParentPtrBuilder<SortFirstWindow>::Ptr           SortFirstWindowParentPtr; 
    374373 
    375374typedef boost::mpl::if_<