Changeset 1138 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/Base/OSGParentPointerMFieldBase.h
- Timestamp:
- 04/07/08 02:50:33 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/Base/OSGParentPointerMFieldBase.h
r1072 r1138 10 10 11 11 #include "OSGPointerMFieldCommon.h" 12 #include "OSG WeakAccessHandlerDecl.h"12 #include "OSGNoRefCountAccessHandlerDecl.h" 13 13 14 14 #ifdef OSG_DOC_FILES_IN_MODULE … … 23 23 template <Int32 NamespaceI = 0> 24 24 class ParentPointerMFieldBase 25 : public PointerMFieldCommon< WeakAccessHandler, NamespaceI>25 : public PointerMFieldCommon<NoRefCountAccessHandler, NamespaceI> 26 26 { 27 27 /*========================== PUBLIC =================================*/ … … 31 31 /*! \{ */ 32 32 33 typedef PointerMFieldCommon< WeakAccessHandler,33 typedef PointerMFieldCommon<NoRefCountAccessHandler, 34 34 NamespaceI > Inherited; 35 35 typedef ParentPointerMFieldBase Self;
