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/Base/OSGReferenceCountPointer.h

    r1020 r1032  
    333333OSG::ReferenceCountPointer<TargetObjectT, RefCountPolicyT, BaseObjectT> 
    334334const_pointer_cast(OSG::ReferenceCountPointer<SourceObjectT, 
    335                                               RefCountPolicyT, 
    336                                               BaseObjectT     > const &source); 
     335                                              RefCountPolicyT, 
     336                                              BaseObjectT     > const &source); 
    337337 
    338338template <class TargetObjectT,   class SourceObjectT,