Changeset 5151 for source/ariba/overlay/messages/JoinReply.h
- Timestamp:
- Jul 21, 2009, 1:54:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/messages/JoinReply.h
r3690 r5151 85 85 86 86 sznBeginDefault( ariba::overlay::JoinReply, X ) { 87 X && &spovnetid && param && bootstrapEp && joinAllowed && cI(0,7); 87 uint8_t ja = joinAllowed; 88 X && &spovnetid && param && &bootstrapEp && ja; 89 if (X.isDeserializer()) joinAllowed = ja; 88 90 } sznEnd(); 89 91
Note:
See TracChangeset
for help on using the changeset viewer.