- Timestamp:
- 04/02/08 14:28:39 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGRotateManipulatorBase.h
r1070 r1073 94 94 typedef MTRefCountPtrBuilder <RotateManipulator>::Ptr ObjMTRefPtr; 95 95 typedef RefCountPtrBuilder <RotateManipulator>::Ptr ObjRefPtr; 96 typedef ParentPtrBuilder <RotateManipulator>::Ptr ObjParentPtr;97 96 typedef WeakRefCountPtrBuilder <RotateManipulator>::Ptr ObjWeakRefPtr; 98 97 typedef InternalRefCountPtrBuilder<RotateManipulator>::Ptr ObjInternalRefPtr; … … 230 229 typedef RotateManipulatorBase::ObjMTRefPtr RotateManipulatorMTRefPtr; 231 230 typedef RotateManipulatorBase::ObjWeakRefPtr RotateManipulatorWeakRefPtr; 232 typedef RotateManipulatorBase::ObjParentPtr RotateManipulatorParentPtr;233 231 typedef RotateManipulatorBase::ObjInternalRefPtr RotateManipulatorInternalRefPtr; 234 232 typedef RotateManipulatorBase::ObjTransitPtr RotateManipulatorTransitPtr;
