Show
Ignore:
Timestamp:
04/02/08 14:28:39 (8 months ago)
Author:
cneumann
Message:

base changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGRotateManipulatorBase.h

    r1070 r1073  
    9494    typedef MTRefCountPtrBuilder      <RotateManipulator>::Ptr ObjMTRefPtr; 
    9595    typedef RefCountPtrBuilder        <RotateManipulator>::Ptr ObjRefPtr; 
    96     typedef ParentPtrBuilder          <RotateManipulator>::Ptr ObjParentPtr; 
    9796    typedef WeakRefCountPtrBuilder    <RotateManipulator>::Ptr ObjWeakRefPtr; 
    9897    typedef InternalRefCountPtrBuilder<RotateManipulator>::Ptr ObjInternalRefPtr; 
     
    230229typedef RotateManipulatorBase::ObjMTRefPtr       RotateManipulatorMTRefPtr; 
    231230typedef RotateManipulatorBase::ObjWeakRefPtr     RotateManipulatorWeakRefPtr; 
    232 typedef RotateManipulatorBase::ObjParentPtr      RotateManipulatorParentPtr; 
    233231typedef RotateManipulatorBase::ObjInternalRefPtr RotateManipulatorInternalRefPtr; 
    234232typedef RotateManipulatorBase::ObjTransitPtr     RotateManipulatorTransitPtr;