Changeset 6832 for source/ariba/overlay/OverlayBootstrap.cpp
- Timestamp:
- Nov 5, 2009, 9:03:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/OverlayBootstrap.cpp
r6211 r6832 76 76 //manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast ); 77 77 //manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp ); 78 manager.registerModule( BootstrapManager::BootstrapTypeMulticastDns );78 //manager.registerModule( BootstrapManager::BootstrapTypeMulticastDns ); 79 79 80 80 watchtimer.startWatchdog(); … … 91 91 //manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast ); 92 92 //manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp ); 93 manager.unregisterModule( BootstrapManager::BootstrapTypeMulticastDns );93 //manager.unregisterModule( BootstrapManager::BootstrapTypeMulticastDns ); 94 94 95 95 watchtimer.stopWatchdog();
Note:
See TracChangeset
for help on using the changeset viewer.