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

    r1033 r1060  
    4545#include "OSGContainerForwards.h" 
    4646#include "OSGEditSPointerFieldBaseHandle.h" 
     47#include "OSGGetSFCPointerFieldHandle.h" 
    4748 
    4849#include <boost/shared_ptr.hpp> 
     
    8485     
    8586    virtual ~EditSFCPointerFieldBaseHandle(void); 
    86      
    87     /*! \}                                                                 */ 
    88     /*---------------------------------------------------------------------*/ 
    89     /*! \name Type Query                                                   */ 
    90     /*! \{                                                                 */ 
    91      
    92     virtual bool isParentPointerField(void) const; 
    93      
     87         
    9488    /*! \}                                                                 */ 
    9589    /*---------------------------------------------------------------------*/