Changeset 6210 for source/ariba/overlay
- Timestamp:
- Sep 18, 2009, 11:41:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/OverlayBootstrap.cpp
r5967 r6210 74 74 75 75 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 ); 78 79 79 80 watchtimer.startWatchdog(); … … 88 89 89 90 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 ); 92 94 93 95 watchtimer.stopWatchdog();
Note:
See TracChangeset
for help on using the changeset viewer.