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/FieldContainer/Attachments/OSGStringAttributeMapFields.h

    r1017 r1030  
    9494 
    9595  public: 
    96     typedef FieldTraits<StringAttributeMapPtr>  Self; 
     96    typedef FieldTraits<StringAttributeMapPtr>            Self; 
    9797 
     98    typedef MChildFCPointerField   < StringAttributeMap > HandledMChildField; 
     99    typedef MInternalFCPointerField< StringAttributeMap > HandledMInternalField; 
     100    typedef MWeakFCPointerField    < StringAttributeMap > HandledMWeakField; 
     101     
     102    typedef SChildFCPointerField   < StringAttributeMap > HandledSChildField; 
     103    typedef SInternalFCPointerField< StringAttributeMap > HandledSInternalField; 
     104    typedef SWeakFCPointerField    < StringAttributeMap > HandledSWeakField; 
     105     
    98106    enum { Convertible = NotConvertible }; 
    99107 
     
    134142    typedef FieldTraits<StringAttributeMapParentPtr>  Self; 
    135143 
     144    typedef MParentFCPointerField< StringAttributeMap > HandledMParentField; 
     145    typedef SParentFCPointerField< StringAttributeMap > HandledSParentField;     
     146     
    136147    enum { Convertible = NotConvertible }; 
    137148