Show
Ignore:
Timestamp:
03/18/08 18:51:05 (8 months ago)
Author:
cneumann
Message:

removed: FieldBundle? (createLocal replacement NIY)
changed: new RefCountPointer? implementation from Gerrits OpenSG.merge git

temporarily removed global pointer
preparation for external ref count removal

This is WIP but the unit tests all still pass.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/Base/Base/OSGBaseFunctions.h

    r1033 r1070  
    876876struct PtrStripper 
    877877{ 
    878     typedef typename PtrT::StoredObject Object; 
    879     typedef PtrT                        Ptr; 
     878    typedef typename PtrT::ObjectType Object; 
     879    typedef PtrT                      Ptr; 
    880880}; 
    881881