Changeset 6919 for source/ariba/utility/types/ServiceID.h
- Timestamp:
- Nov 13, 2009, 1:41:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/types/ServiceID.h
r3690 r6919 75 75 76 76 inline bool isUnspecified() const { 77 return (id==~ 0);77 return (id==~(uint32_t)0); 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.