- Timestamp:
- Aug 11, 2009, 4:28:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/LinkDescriptor.h
r5870 r5873 126 126 s << "remote link=" << remoteLink.toString().substr(0,4) << " "; 127 127 if (routeRecord.size()>0) { 128 cout<< "route record=";128 s << "route record="; 129 129 for (size_t i=0; i<routeRecord.size(); i++) 130 cout<< routeRecord[i].toString().substr(0,4) << " ";130 s << routeRecord[i].toString().substr(0,4) << " "; 131 131 } 132 132 } else {
Note:
See TracChangeset
for help on using the changeset viewer.