Changeset 4582 for source/ariba/communication/BaseCommunication.h
- Timestamp:
- Jun 29, 2009, 11:10:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.h
r3712 r4582 228 228 229 229 LinkDescriptor() : 230 localLink( ),230 localLink(LinkID::UNSPECIFIED), 231 231 localLocator(NULL), 232 remoteLink( ),232 remoteLink(LinkID::UNSPECIFIED), 233 233 remoteLocator(NULL), 234 234 remoteEndpoint(EndpointDescriptor::UNSPECIFIED),
Note:
See TracChangeset
for help on using the changeset viewer.