Changeset 1039 for branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGRotateManipulatorFields.h
- Timestamp:
- 01/16/08 16:07:40 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGRotateManipulatorFields.h
r1032 r1039 59 59 60 60 #include "OSGReferenceCountPointer.h" 61 #include "OSGGlobalReferenceCountPointer.h" 61 62 #include "OSGParentPtrWrapper.h" 62 63 … … 73 74 74 75 typedef RefCountPtrBuilder <RotateManipulator>::Ptr RotateManipulatorRefPtr; 76 typedef GlobalRefCountPtrBuilder <RotateManipulator>::Ptr RotateManipulatorGlobalRefPtr; 75 77 typedef MTRefCountPtrBuilder <RotateManipulator>::Ptr RotateManipulatorMTRefPtr; 78 typedef GlobalMTRefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorGlobalMTRefPtr; 76 79 typedef WeakRefCountPtrBuilder <RotateManipulator>::Ptr RotateManipulatorWeakRefPtr; 77 80 typedef ParentPtrBuilder <RotateManipulator>::Ptr RotateManipulatorParentPtr; 78 81 typedef InternalRefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorInternalRefPtr; 82 typedef TransitPtrBuilder <RotateManipulator>::Ptr RotateManipulatorTransitPtr; 79 83 80 84 #endif
