Changeset 4592 for source/ariba/utility
- Timestamp:
 - Jun 29, 2009, 12:11:36 PM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  source/ariba/utility/types/Identifier.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/utility/types/Identifier.h
r4591 r4592 570 570 sznBeginDefault( ariba::utility::Identifier, X ) { 571 571 // calculate length of key 572 uint16_t len = array_size*sizeof(mp_limb_t);573 uint8_t unspec = isUnspec;572 boost::uint16_t len = array_size*sizeof(mp_limb_t); 573 boost::uint8_t unspec = isUnspec; 574 574 575 575 // only serialize the lower 16 bits of keyLength  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.