Changeset 4625 for source/ariba/communication
- Timestamp:
- Jun 30, 2009, 8:00:52 AM (15 years ago)
- Location:
- source/ariba/communication
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/EndpointDescriptor.h
r4618 r4625 100 100 101 101 sznBeginDefault( ariba::communication::EndpointDescriptor, X ) { 102 uint 16_t unspec = isUnspec; //TODO: was uint8_t102 uint8_t unspec = isUnspec; 103 103 104 104 X && unspec && VO(locator); -
source/ariba/communication/messages/AribaBaseMsg.h
r4621 r4625 85 85 86 86 private: 87 uint8_t state; // the link message type //TODO: was uint8_t87 uint8_t state; // the link message type 88 88 LinkID localLink; // the local link id 89 89 LinkID remoteLink; // the remote link id
Note:
See TracChangeset
for help on using the changeset viewer.