Changeset 3705 for source/ariba/communication/EndpointDescriptor.h
- Timestamp:
- May 26, 2009, 4:27:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/EndpointDescriptor.h
r3690 r3705 100 100 101 101 sznBeginDefault( ariba::communication::EndpointDescriptor, X ) { 102 X && VO(locator); 102 uint8_t unspec = isUnspec; 103 104 X && unspec && VO(locator); 105 106 // when deserializing reset unspec flag 107 if (X.isDeserializer()) isUnspec = unspec; 103 108 } sznEnd(); 104 109
Note:
See TracChangeset
for help on using the changeset viewer.