Show
Ignore:
Timestamp:
12/03/07 15:48:13 (1 year ago)
Author:
cneumann
Message:

fixed: compile errors

reference counting


It compiles on linux (when disabling the VRML Loader) and the first
ref counting tests seem to work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGRotateManipulatorFields.h

    r1017 r1030  
    9494 
    9595  public: 
    96     typedef FieldTraits<RotateManipulatorPtr>  Self; 
     96    typedef FieldTraits<RotateManipulatorPtr>            Self; 
    9797 
     98    typedef MChildFCPointerField   < RotateManipulator > HandledMChildField; 
     99    typedef MInternalFCPointerField< RotateManipulator > HandledMInternalField; 
     100    typedef MWeakFCPointerField    < RotateManipulator > HandledMWeakField; 
     101     
     102    typedef SChildFCPointerField   < RotateManipulator > HandledSChildField; 
     103    typedef SInternalFCPointerField< RotateManipulator > HandledSInternalField; 
     104    typedef SWeakFCPointerField    < RotateManipulator > HandledSWeakField; 
     105     
    98106    enum { Convertible = NotConvertible }; 
    99107}; 
     
    116124    typedef FieldTraits<RotateManipulatorParentPtr>  Self; 
    117125 
     126    typedef MParentFCPointerField< RotateManipulator > HandledMParentField; 
     127    typedef SParentFCPointerField< RotateManipulator > HandledSParentField;     
     128     
    118129    enum { Convertible = NotConvertible }; 
    119130};