Show
Ignore:
Timestamp:
02/12/08 09:51:59 (9 months ago)
Author:
cneumann
Message:

fixed: - pointer fields: sync/copyFromBin order of inc/dec refcount

(always inc new pointer first, then dec old pointer)

  • cluster server: commented out writing of .osg file on each frame
  • multi display window: merged fix from trunk (r1058)
  • tutorial 12: empty address check

added: - pointer field handles: implemented equal and share

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGEditMPointerFieldBaseHandle.h

    r1033 r1060  
    9494    virtual FieldType const &getType             (void) const = 0; 
    9595    virtual bool             isPointerField      (void) const; 
    96     virtual bool             isParentPointerField(void) const = 0
     96    virtual bool             isParentPointerField(void) const
    9797     
    9898    /*! \}                                                                 */