Changeset 4618 for source/ariba/communication/messages
- Timestamp:
- Jun 29, 2009, 4:49:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/messages/AribaBaseMsg.h
r4617 r4618 85 85 86 86 private: 87 uint 8_t state; // the link message type87 uint16_t state; // the link message type //TODO: was uint8_t 88 88 LinkID localLink; // the local link id 89 89 LinkID remoteLink; // the remote link id … … 94 94 95 95 sznBeginDefault( ariba::communication::AribaBaseMsg, X ) { 96 uint8_t x = 0xff; 97 X && state && x && &localLink && &remoteLink && Payload(); 96 X && state && &localLink && &remoteLink && Payload(); 98 97 } sznEnd(); 99 98
Note:
See TracChangeset
for help on using the changeset viewer.