Changeset 7491 for source/ariba


Ignore:
Timestamp:
Jan 27, 2010, 5:00:14 PM (14 years ago)
Author:
Christoph Mayer
Message:

-broadcast bootstrap für demo eingeschalten

File:
1 edited

Legend:

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

    r6832 r7491  
    7474
    7575        manager.registerCallback( this );
    76         //manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     76        manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    7777        //manager.registerModule( BootstrapManager::BootstrapTypeBluetoothSdp );
    7878        //manager.registerModule( BootstrapManager::BootstrapTypeMulticastDns );
     
    8989
    9090        manager.unregisterCallback( this );
    91         //manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     91        manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    9292        //manager.unregisterModule( BootstrapManager::BootstrapTypeBluetoothSdp );
    9393        //manager.unregisterModule( BootstrapManager::BootstrapTypeMulticastDns );
Note: See TracChangeset for help on using the changeset viewer.