Show
Ignore:
Timestamp:
12/19/07 17:56:03 (8 months ago)
Author:
cneumann
Message:

changed: generic interface activated
fixed: single parent unlinking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGContainerDefines.h

    r1032 r1033  
    268268                                                                              \ 
    269269        if(getClassType().getPrototype() != OSGNullFC)                        \ 
     270        {                                                                     \ 
    270271            fc = boost::dynamic_pointer_cast<Self>(                           \ 
    271272                getClassType().getPrototype()->shallowCopy());                \ 
     273        }                                                                     \ 
    272274                                                                              \ 
    273275        return fc;                                                            \ 
     
    344346        if(getClassType().getPrototype() != OSGNullFC)                        \ 
    345347        {                                                                     \ 
    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);                        \ 
    349351        }                                                                     \ 
    350352                                                                              \