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

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