Changeset 1033 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGContainerDefines.h
- Timestamp:
- 12/19/07 17:56:03 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGContainerDefines.h
r1032 r1033 268 268 \ 269 269 if(getClassType().getPrototype() != OSGNullFC) \ 270 { \ 270 271 fc = boost::dynamic_pointer_cast<Self>( \ 271 272 getClassType().getPrototype()->shallowCopy()); \ 273 } \ 272 274 \ 273 275 return fc; \ … … 344 346 if(getClassType().getPrototype() != OSGNullFC) \ 345 347 { \ 346 OSG::FieldBundleP temp_ptr =\347 getClassType().getPrototype()->shallowCopy();\348 fc = dynamic_cast<Self::ObjPtr>(temp_ptr);\348 OSG::FieldBundleP temp_ptr = \ 349 getClassType().getPrototype()->shallowCopy(); \ 350 fc = dynamic_cast<Self::ObjPtr>(temp_ptr); \ 349 351 } \ 350 352 \
