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/Contrib/Manipulators/OSGScaleManipulatorBase.h

    r965 r976  
    141141    static TypeObject _type; 
    142142 
    143     static void   classDescInserter(TypeObject &oType); 
    144     static Char8 *getClassname     (void             ); 
     143    static void         classDescInserter(TypeObject &oType); 
     144    static Char8 const *getClassname     (void             ); 
    145145 
    146146    /*---------------------------------------------------------------------*/ 
     
    215215typedef ScaleManipulatorBase *ScaleManipulatorBaseP; 
    216216 
    217 /** Type specific RefPtr type for ScaleManipulator. */ 
    218 typedef RefPtr<ScaleManipulator>   ScaleManipulatorRefPtr; 
    219 typedef MTRefPtr<ScaleManipulator> ScaleManipulatorMTRefPtr; 
    220  
    221 typedef InternalRefPtr<ScaleManipulator>       ScaleManipulatorInternalRefPtr; 
    222 typedef InternalRefPtr<ScaleManipulator> const ScaleManipulatorInternalRefPtrConst; 
    223 typedef InternalRefPtr<ScaleManipulator> const ScaleManipulatorInternalRefPtrConstArg; 
     217typedef RefCountPtrBuilder<ScaleManipulator>::Ptr         ScaleManipulatorRefPtr; 
     218typedef MTRefCountPtrBuilder<ScaleManipulator>::Ptr       ScaleManipulatorMTRefPtr; 
     219typedef WeakRefCountPtrBuilder<ScaleManipulator>::Ptr     ScaleManipulatorWeakRefPtr; 
     220typedef InternalRefCountPtrBuilder<ScaleManipulator>::Ptr ScaleManipulatorInternalRefPtr; 
     221 
     222typedef ParentPtrBuilder<ScaleManipulator>::Ptr           ScaleManipulatorParentPtr; 
    224223 
    225224typedef boost::mpl::if_<