Changeset 5638 for source/ariba/communication/BaseCommunication.cpp
- Timestamp:
- Aug 4, 2009, 10:17:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r5636 r5638 38 38 39 39 #include "BaseCommunication.h" 40 #include "networkinfo/AddressDiscovery.h" 40 41 41 42 #ifdef UNDERLAY_OMNET … … 51 52 namespace ariba { 52 53 namespace communication { 53 54 #include "networkinfo/AddressDiscovery.hpp"55 54 56 55 use_logging_cpp(BaseCommunication); … … 115 114 116 115 logging_info( "Searching for local locators ..." ); 117 discover_endpoints(localDescriptor.getEndpoints());116 AddressDiscovery::discover_endpoints( localDescriptor.getEndpoints() ); 118 117 logging_info( "Done. Local endpoints = " << localDescriptor.toString() ); 119 118
Note:
See TracChangeset
for help on using the changeset viewer.