Changeset 5870 for source/ariba/overlay/messages/JoinReply.h
- Timestamp:
- Aug 11, 2009, 4:11:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/messages/JoinReply.h
r5624 r5870 86 86 sznBeginDefault( ariba::overlay::JoinReply, X ) { 87 87 uint8_t ja = joinAllowed; 88 X && &spovnetid && param && &bootstrapEp && ja;88 X && &spovnetid && param && bootstrapEp && ja; 89 89 if (X.isDeserializer()) joinAllowed = ja; 90 90 } sznEnd();
Note:
See TracChangeset
for help on using the changeset viewer.