Ignore:
Timestamp:
Jun 29, 2009, 12:25:21 PM (15 years ago)
Author:
Christoph Mayer
Message:

boost::cstdint für AribaBaseMsg

File:
1 edited

Legend:

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

    r4582 r4593  
    8585
    8686private:
    87         uint8_t state;          // the link message type
    88         LinkID localLink;       // the local link id
    89         LinkID remoteLink;      // the remote link id
     87        boost::uint8_t state;           // the link message type
     88        LinkID localLink;                       // the local link id
     89        LinkID remoteLink;                      // the remote link id
    9090
    9191};
Note: See TracChangeset for help on using the changeset viewer.