Ignore:
Timestamp:
Aug 4, 2009, 10:17:33 AM (15 years ago)
Author:
Christoph Mayer
Message:

adress detection aufgeräumt, network info für bleutooth, data stream (hopeful crash fix), logging auf maemo nur warn, ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r5636 r5638  
    3838
    3939#include "BaseCommunication.h"
     40#include "networkinfo/AddressDiscovery.h"
    4041
    4142#ifdef UNDERLAY_OMNET
     
    5152namespace ariba {
    5253namespace communication {
    53 
    54 #include "networkinfo/AddressDiscovery.hpp"
    5554
    5655use_logging_cpp(BaseCommunication);
     
    115114
    116115        logging_info( "Searching for local locators ..." );
    117         discover_endpoints(localDescriptor.getEndpoints());
     116        AddressDiscovery::discover_endpoints( localDescriptor.getEndpoints() );
    118117        logging_info( "Done. Local endpoints = " << localDescriptor.toString() );
    119118
Note: See TracChangeset for help on using the changeset viewer.