Changeset 5405 for source/ariba/overlay
- Timestamp:
- Jul 29, 2009, 10:24:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/OverlayBootstrap.cpp
r5404 r5405 64 64 65 65 manager.registerCallback( this ); 66 //manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );67 manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );66 manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast ); 67 //manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp ); 68 68 } 69 69 … … 76 76 77 77 manager.unregisterCallback( this ); 78 //manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );79 manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );78 manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast ); 79 //manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp ); 80 80 } 81 81
Note:
See TracChangeset
for help on using the changeset viewer.