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/OSGGetSParentFCPointerFieldHandle.h

    r1030 r1060  
    8686     
    8787    virtual ~GetSParentFCPointerFieldBaseHandle(void); 
    88      
    89     /*! \}                                                                 */ 
    90     /*---------------------------------------------------------------------*/ 
    91     /*! \name Type Query                                                   */ 
    92     /*! \{                                                                 */ 
    93      
    94     virtual bool isParentPointerField(void) const; 
    95      
     88         
    9689    /*! \}                                                                 */ 
    9790    /*---------------------------------------------------------------------*/