Changeset 7491
- Timestamp:
- Jan 27, 2010, 5:00:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/OverlayBootstrap.cpp
r6832 r7491 74 74 75 75 manager.registerCallback( this ); 76 //manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );76 manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast ); 77 77 //manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp ); 78 78 //manager.registerModule( BootstrapManager::BootstrapTypeMulticastDns ); … … 89 89 90 90 manager.unregisterCallback( this ); 91 //manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );91 manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast ); 92 92 //manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp ); 93 93 //manager.unregisterModule( BootstrapManager::BootstrapTypeMulticastDns );
Note:
See TracChangeset
for help on using the changeset viewer.