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

    r1033 r1060  
    8686     
    8787    virtual ~EditMParentFCPointerFieldBaseHandle(void); 
    88      
    89     /*! \}                                                                 */ 
    90     /*---------------------------------------------------------------------*/ 
    91     /*! \name Type Query                                                   */ 
    92     /*! \{                                                                 */ 
    93      
    94     virtual bool isParentPointerField(void) const; 
    95      
     88         
    9689    /*! \}                                                                 */ 
    9790    /*---------------------------------------------------------------------*/ 
     
    149142}; 
    150143 
    151 typedef EditMFCPointerFieldBaseHandle::Ptr EditMFCPointerFieldBaseHandlePtr; 
     144typedef EditMParentFCPointerFieldBaseHandle::Ptr 
     145    EditMParentFCPointerFieldBaseHandlePtr; 
    152146 
    153147