Changeset 1138 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/Base/OSGChildAccessHandlerDecl.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/OSGChildAccessHandlerDecl.h
r1080 r1138 66 66 class ChildPointerSFieldBase; 67 67 68 #if 0 68 69 template <Int32 NamespaceI> 69 70 class ParentPointerMFieldBase; … … 71 72 template <Int32 NamespaceI> 72 73 class ParentPointerSFieldBase; 74 #endif 73 75 74 76 75 76 class ChildAccessHandler : public RecordedRefCountPolicy 77 class ChildAccessHandler 77 78 { 78 79 /*========================== PUBLIC =================================*/ … … 93 94 typedef ChildPointerSFieldBase <0> SFieldType; 94 95 96 #if 0 95 97 typedef ParentPointerMFieldBase<0> ParentMFieldType; 96 98 typedef ParentPointerSFieldBase<0> ParentSFieldType; 99 #endif 97 100 98 101 /*! \} */ … … 140 143 FieldContainerPtrConst pNewObj ); 141 144 145 /*---------------------------------------------------------------------*/ 146 147 template <class ObjectT> 148 static ObjectT *validate(ObjectT * const pObject) 149 { 150 return RefCountPolicyType::validate(pObject); 151 } 152 142 153 /*! \} */ 143 154 /*========================== PRIVATE ================================*/
