Changeset 1161 for trunk/Source/System/Image/ES/OSGImageBase.cpp
- Timestamp:
- 04/15/08 04:48:53 (8 months ago)
- Files:
-
- trunk/Source/System/Image/ES/OSGImageBase.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Image/ES/OSGImageBase.cpp
r1117 r1161 1518 1518 EditFieldHandlePtr ImageBase::editHandleParents (void) 1519 1519 { 1520 MFUnrecParentFieldContainerPtr::EditHandlePtr returnValue;1520 EditFieldHandlePtr returnValue; 1521 1521 1522 1522 return returnValue; … … 2015 2015 OSG_FIELDTRAITS_GETTYPE(ImagePtr) 2016 2016 2017 OSG_EXPORT_PTR_SFIELD_FULL( FieldContainerPtrSField,2017 OSG_EXPORT_PTR_SFIELD_FULL(PointerSField, 2018 2018 ImagePtr, 2019 2019 0); 2020 2020 2021 OSG_EXPORT_PTR_MFIELD_FULL( FieldContainerPtrMField,2021 OSG_EXPORT_PTR_MFIELD_FULL(PointerMField, 2022 2022 ImagePtr, 2023 2023 0);
