Show
Ignore:
Timestamp:
12/12/07 18:00:42 (10 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/OSGSField.ins

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