Changeset 5406 for source/ariba/communication/BaseCommunication.cpp
- Timestamp:
- Jul 29, 2009, 10:25:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r5284 r5406 84 84 85 85 logging_info( "Searching for local locators ..." ); 86 discover Endpoints(localDescriptor.getEndpoints());86 discover_endpoints(localDescriptor.getEndpoints()); 87 87 logging_info( "Done. Local endpoints = " << localDescriptor.toString() ); 88 88
Note:
See TracChangeset
for help on using the changeset viewer.