Changeset 1135 for trunk/Source/System/FieldContainer/Fields/PointerFields/OSGParentPointerSFieldBase.h
- Timestamp:
- 04/06/08 23:03:34 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Fields/PointerFields/OSGParentPointerSFieldBase.h
r1122 r1135 10 10 11 11 #include "OSGPointerSFieldCommon.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 ParentPointerSFieldBase 25 : public PointerSFieldCommon< WeakAccessHandler, NamespaceI>25 : public PointerSFieldCommon<NoRefCountAccessHandler, NamespaceI> 26 26 { 27 27 /*========================== PUBLIC =================================*/ … … 31 31 /*! \{ */ 32 32 33 typedef PointerSFieldCommon< WeakAccessHandler,33 typedef PointerSFieldCommon<NoRefCountAccessHandler, 34 34 NamespaceI > Inherited; 35 35 typedef ParentPointerSFieldBase Self;
