Changeset 4625 for source/ariba/utility/types/Identifier.h
- Timestamp:
- Jun 30, 2009, 8:00:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/types/Identifier.h
r4618 r4625 572 572 // calculate length of key 573 573 uint16_t len = array_size*sizeof(mp_limb_t); 574 uint 16_t unspec = isUnspec; //TODO: was uint8_t574 uint8_t unspec = isUnspec; 575 575 576 576 // only serialize the lower 16 bits of keyLength
Note:
See TracChangeset
for help on using the changeset viewer.