Changeset 1138 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/Base/OSGParentPointerSField.inl
- 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/OSGParentPointerSField.inl
r1072 r1138 59 59 { 60 60 return detail::void_cast<value_type>(AccessHandler::validate(*_pPtrValue)); 61 // return AccessHandler::validate(*_pPtrValue); 61 62 } 62 63 … … 66 67 { 67 68 return detail::void_cast<value_type>(AccessHandler::validate(*_pPtrValue)); 69 // return AccessHandler::validate(*_pPtrValue); 68 70 } 69 71 … … 73 75 { 74 76 return detail::void_cast<value_type>(AccessHandler::validate(*_pPtrValue)); 77 // return AccessHandler::validate(*_pPtrValue); 75 78 } 76 79
