Ignore:
Timestamp:
Jul 26, 2009, 5:17:30 PM (15 years ago)
Author:
Christoph Mayer
Message:

sideport und sdp bootstrap

File:
1 edited

Legend:

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

    r5344 r5358  
    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.