Changeset 4625 for source/ariba/utility/types
- Timestamp:
- Jun 30, 2009, 8:00:52 AM (15 years ago)
- Location:
- source/ariba/utility/types
- Files:
-
- 2 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 -
source/ariba/utility/types/OverlayParameterSet.h
r4618 r4625 64 64 65 65 private: 66 uint 16_t structure; //TODO: was uint8_t66 uint8_t structure; 67 67 68 68 };
Note:
See TracChangeset
for help on using the changeset viewer.