Changeset 5402 for source/ariba/overlay


Ignore:
Timestamp:
Jul 29, 2009, 10:14:15 AM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/OverlayBootstrap.cpp

    r5358 r5402  
    6464
    6565        manager.registerCallback( this );
    66         manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    67         //manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );
     66        //manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     67        manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );
    6868}
    6969
     
    7676
    7777        manager.unregisterCallback( this );
    78         manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    79         //manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );
     78        //manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     79        manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );
    8080}
    8181
Note: See TracChangeset for help on using the changeset viewer.