Show
Ignore:
Timestamp:
12/12/07 18:00:42 (9 months ago)
Author:
cneumann
Message:

added: generic interface
changed: factory functions return RefPtr?

The unittests don't pass right now, because of the change
to the factory functions, which leads to containers
being immediately destroyed as they are not assigned to
a RefPtr?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/Base/Field/OSGMField.ins

    r928 r1032  
    4646    MFieldTraits::getPName(), 
    4747    MFieldTraits::getType (), 
    48     FieldType::MULTI_FIELD); 
     48    FieldType::MULTI_FIELD, 
     49    FieldType::DATA_FIELD  ); 
    4950 
    5051#else 
     
    5556    MFieldTraits::getPName(), 
    5657    MFieldTraits::getType (), 
    57     FieldType::MULTI_FIELD); 
     58    FieldType::MULTI_FIELD, 
     59    FieldType::DATA_FIELD  ); 
    5860 
    5961#endif