Changeset 3385 in Sophya for trunk/SophyaLib/BaseTools/segdatablock.h
- Timestamp:
- Nov 21, 2007, 6:59:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/segdatablock.h
r3214 r3385 244 244 245 245 //! 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); } 247 247 248 248 protected:
Note:
See TracChangeset
for help on using the changeset viewer.