Show
Ignore:
Timestamp:
12/12/07 18:00:42 (1 year 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/System/FieldContainer/Fields/OSGAttachmentMapSFields.inl

    r947 r1032  
    132132 
    133133     Inherited (source            ), 
    134     _pContainer(source._pContainer), 
    135134    _fAddMethod(source._fAddMethod) 
    136135{ 
     
    142141    const FieldDescriptionBase             *pDescription) : 
    143142 
    144      Inherited (pField,  
     143     Inherited (pField, 
    145144                pDescription), 
    146     _pContainer(NULL        ), 
    147145    _fAddMethod(NULL        ) 
    148146{