Changeset 4597 for source/ariba


Ignore:
Timestamp:
Jun 29, 2009, 1:51:35 PM (15 years ago)
Author:
Christoph Mayer
Message:

boost cstdint wieder weg, macht keinen unterschied

Location:
source/ariba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/messages/AribaBaseMsg.h

    r4593 r4597  
    8585
    8686private:
    87         boost::uint8_t state;           // the link message type
    88         LinkID localLink;                       // the local link id
    89         LinkID remoteLink;                      // the remote link id
     87        uint8_t state;          // the link message type
     88        LinkID localLink;       // the local link id
     89        LinkID remoteLink;      // the remote link id
    9090
    9191};
  • source/ariba/utility/types/Identifier.h

    r4592 r4597  
    570570sznBeginDefault( ariba::utility::Identifier, X ) {
    571571        // calculate length of key
    572         boost::uint16_t len = array_size*sizeof(mp_limb_t);
    573         boost::uint8_t unspec = isUnspec;
     572        uint16_t len = array_size*sizeof(mp_limb_t);
     573        uint8_t unspec = isUnspec;
    574574
    575575        // only serialize the lower 16 bits of keyLength
Note: See TracChangeset for help on using the changeset viewer.