Changeset 1020 for branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Base/OSGDrawableBase.h
- Timestamp:
- 11/20/07 18:15:32 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Base/OSGDrawableBase.h
r1017 r1020 206 206 }; 207 207 208 typedef DrawableBase::ObjRefPtr DrawableRefPtr;209 typedef DrawableBase::ObjMTRefPtr DrawableMTRefPtr;210 typedef DrawableBase::ObjWeakRefPtr DrawableWeakRefPtr;211 typedef DrawableBase::ObjParentPtr DrawableParentPtr;208 typedef DrawableBase::ObjRefPtr DrawableRefPtr; 209 typedef DrawableBase::ObjMTRefPtr DrawableMTRefPtr; 210 typedef DrawableBase::ObjWeakRefPtr DrawableWeakRefPtr; 211 typedef DrawableBase::ObjParentPtr DrawableParentPtr; 212 212 213 213 typedef boost::mpl::if_<
