Changeset 4617 for source/ariba
- Timestamp:
- Jun 29, 2009, 4:24:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/messages/AribaBaseMsg.h
r4597 r4617 94 94 95 95 sznBeginDefault( ariba::communication::AribaBaseMsg, X ) { 96 X && state && &localLink && &remoteLink && Payload(); 96 uint8_t x = 0xff; 97 X && state && x && &localLink && &remoteLink && Payload(); 97 98 } sznEnd(); 98 99
Note:
See TracChangeset
for help on using the changeset viewer.