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/System/NodeCores/Drawables/Geometry/Properties/OSGGeoIntegralPropertyFields.h

    r1017 r1030  
    9494 
    9595  public: 
    96     typedef FieldTraits<GeoIntegralPropertyPtr>  Self; 
    97  
     96    typedef FieldTraits<GeoIntegralPropertyPtr>            Self; 
     97 
     98    typedef MChildFCPointerField   < GeoIntegralProperty > HandledMChildField; 
     99    typedef MInternalFCPointerField< GeoIntegralProperty > HandledMInternalField; 
     100    typedef MWeakFCPointerField    < GeoIntegralProperty > HandledMWeakField; 
     101     
     102    typedef SChildFCPointerField   < GeoIntegralProperty > HandledSChildField; 
     103    typedef SInternalFCPointerField< GeoIntegralProperty > HandledSInternalField; 
     104    typedef SWeakFCPointerField    < GeoIntegralProperty > HandledSWeakField; 
     105     
    98106    enum { Convertible = NotConvertible }; 
    99107 
     
    149157    typedef FieldTraits<GeoIntegralPropertyParentPtr>  Self; 
    150158 
     159    typedef MParentFCPointerField< GeoIntegralProperty > HandledMParentField; 
     160    typedef SParentFCPointerField< GeoIntegralProperty > HandledSParentField;     
     161     
    151162    enum { Convertible = NotConvertible }; 
    152163