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/Cluster/Base/OSGRemoteAspect.h

    r1030 r1060  
    177177    /*! \{                                                                 */ 
    178178 
    179     bool   callCreated  (const FieldContainerPtr &node); 
    180     bool   callDestroyed(const FieldContainerPtr &node); 
    181     bool   callChanged  (const FieldContainerPtr &node); 
     179    bool   callCreated  (FieldContainerPtrConst node); 
     180    bool   callDestroyed(FieldContainerPtrConst node); 
     181    bool   callChanged  (FieldContainerPtrConst node); 
    182182 
    183183    /*! \}                                                                 */