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/Fields/OSGAttachmentContainerFieldTraits.h

    r1018 r1030  
    7777    typedef FieldTraits<AttachmentContainerPtr> Self; 
    7878     
     79    typedef MChildFCPointerField   <AttachmentContainer> HandledMChildField; 
     80    typedef MInternalFCPointerField<AttachmentContainer> HandledMInternalField; 
     81    typedef MWeakFCPointerField    <AttachmentContainer> HandledMWeakField; 
     82     
     83    typedef SChildFCPointerField   <AttachmentContainer> HandledSChildField; 
     84    typedef SInternalFCPointerField<AttachmentContainer> HandledSInternalField; 
     85    typedef SWeakFCPointerField    <AttachmentContainer> HandledSWeakField; 
     86     
    7987    enum { Convertible = Self::NotConvertible }; 
    8088     
     
    128136    typedef FieldTraits<AttachmentContainerParentPtr> Self; 
    129137     
     138    typedef MParentFCPointerField<AttachmentContainer> HandledMParentField; 
     139    typedef SParentFCPointerField<AttachmentContainer> HandledSParentField; 
     140     
    130141    enum { Convertible = Self::NotConvertible }; 
    131142