Changeset 6211 for source/ariba/overlay
- Timestamp:
- Sep 18, 2009, 11:42:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/OverlayBootstrap.cpp
r6210 r6211 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.