Changeset 6210 for source/ariba/overlay


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

bootstrap module ausgeschalten

File:
1 edited

Legend:

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

    r5967 r6210  
    7474
    7575        manager.registerCallback( this );
    76         manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    77         manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );
     76        //manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     77        //manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );
     78        //manager.registerModule( BootstrapManager::BootstrapTypeMulticastDns );
    7879
    7980        watchtimer.startWatchdog();
     
    8889
    8990        manager.unregisterCallback( this );
    90         manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    91         manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );
     91        //manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     92        //manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );
     93        //manager.unregisterModule( BootstrapManager::BootstrapTypeMulticastDns );
    9294
    9395        watchtimer.stopWatchdog();
Note: See TracChangeset for help on using the changeset viewer.