Ignore:
Timestamp:
Jul 29, 2009, 11:45:17 AM (15 years ago)
Author:
Christoph Mayer
Message:

-logging fix, -sdp fix, -endpoint operator fix, -endpoint aufräumen

File:
1 edited

Legend:

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

    r5405 r5412  
    6565        manager.registerCallback( this );
    6666        manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    67         //manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );
     67        manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );
    6868}
    6969
     
    7777        manager.unregisterCallback( this );
    7878        manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    79         //manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );
     79        manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );
    8080}
    8181
Note: See TracChangeset for help on using the changeset viewer.