- Timestamp:
- 01/16/08 16:07:40 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGMoveManipulatorFields.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 <MoveManipulator>::Ptr MoveManipulatorRefPtr; 76 typedef GlobalRefCountPtrBuilder <MoveManipulator>::Ptr MoveManipulatorGlobalRefPtr; 75 77 typedef MTRefCountPtrBuilder <MoveManipulator>::Ptr MoveManipulatorMTRefPtr; 78 typedef GlobalMTRefCountPtrBuilder<MoveManipulator>::Ptr MoveManipulatorGlobalMTRefPtr; 76 79 typedef WeakRefCountPtrBuilder <MoveManipulator>::Ptr MoveManipulatorWeakRefPtr; 77 80 typedef ParentPtrBuilder <MoveManipulator>::Ptr MoveManipulatorParentPtr; 78 81 typedef InternalRefCountPtrBuilder<MoveManipulator>::Ptr MoveManipulatorInternalRefPtr; 82 typedef TransitPtrBuilder <MoveManipulator>::Ptr MoveManipulatorTransitPtr; 79 83 80 84 #endif
