Changeset 6211 for source


Ignore:
Timestamp:
Sep 18, 2009, 11:42:22 AM (15 years ago)
Author:
Christoph Mayer
Message:

bootstrap module mDNS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/OverlayBootstrap.cpp

    r6210 r6211  
    7676        //manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    7777        //manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );
    78         //manager.registerModule( BootstrapManager::BootstrapTypeMulticastDns );
     78        manager.registerModule( BootstrapManager::BootstrapTypeMulticastDns );
    7979
    8080        watchtimer.startWatchdog();
     
    9191        //manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    9292        //manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );
    93         //manager.unregisterModule( BootstrapManager::BootstrapTypeMulticastDns );
     93        manager.unregisterModule( BootstrapManager::BootstrapTypeMulticastDns );
    9494
    9595        watchtimer.stopWatchdog();
Note: See TracChangeset for help on using the changeset viewer.