Ignore:
Timestamp:
Nov 21, 2007, 6:59:05 PM (18 years ago)
Author:
ansari
Message:

protection pour I/O PPF de NDataBlock, lorsque taille (Size()) == 0, Reza 21/11/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/segdatablock.h

    r3214 r3385  
    244244
    245245  //! Returns the unique object identifier
    246   inline uint_8 DRefId() const { return mSRef->dsid; }
     246  inline uint_8 DRefId() const { return ((mSRef)?mSRef->dsid:0); }
    247247
    248248protected:
Note: See TracChangeset for help on using the changeset viewer.