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/OSGFieldForwards.h

    r1030 r1032  
    4747#include "OSGConfig.h" 
    4848#include "OSGBaseTypes.h" 
    49 #include "OSGBinaryDataHandler.h" 
    5049 
    5150OSG_BEGIN_NAMESPACE 
     
    8584#endif 
    8685 
    87 enum FieldCardinality 
    88 { 
    89     SingleField, 
    90     MultiField 
    91 }; 
    92  
    93 enum FieldCategory 
    94 { 
    95     DataField, 
    96     ChildPointerField, 
    97     InternalPointerField, 
    98     ParentPointerField, 
    99     WeakPointerField 
    100 }; 
    101  
    10286OSG_END_NAMESPACE 
    10387