Ignore:
Timestamp:
Nov 5, 2009, 9:03:35 AM (14 years ago)
Author:
Christoph Mayer
Message:

-kleine fixes

File:
1 edited

Legend:

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

    r6211 r6832  
    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.