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/Contrib/Manipulators/OSGMoveManipulatorBase.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 MoveManipulatorBase *MoveManipulatorBaseP; 
    216216 
    217 /** Type specific RefPtr type for MoveManipulator. */ 
    218 typedef RefPtr<MoveManipulator>   MoveManipulatorRefPtr; 
    219 typedef MTRefPtr<MoveManipulator> MoveManipulatorMTRefPtr; 
    220  
    221 typedef InternalRefPtr<MoveManipulator>       MoveManipulatorInternalRefPtr; 
    222 typedef InternalRefPtr<MoveManipulator> const MoveManipulatorInternalRefPtrConst; 
    223 typedef InternalRefPtr<MoveManipulator> const MoveManipulatorInternalRefPtrConstArg; 
     217typedef RefCountPtrBuilder<MoveManipulator>::Ptr         MoveManipulatorRefPtr; 
     218typedef MTRefCountPtrBuilder<MoveManipulator>::Ptr       MoveManipulatorMTRefPtr; 
     219typedef WeakRefCountPtrBuilder<MoveManipulator>::Ptr     MoveManipulatorWeakRefPtr; 
     220typedef InternalRefCountPtrBuilder<MoveManipulator>::Ptr MoveManipulatorInternalRefPtr; 
     221 
     222typedef ParentPtrBuilder<MoveManipulator>::Ptr           MoveManipulatorParentPtr; 
    224223 
    225224typedef boost::mpl::if_<