Ignore:
Timestamp:
Jul 15, 2009, 7:42:25 AM (15 years ago)
Author:
Christoph Mayer
Message:

-bootstrap fixing und ablauf

File:
1 edited

Legend:

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

    r4919 r4920  
    6262
    6363        manager.registerCallback( this );
    64         //manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     64        manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    6565}
    6666void OverlayBootstrap::stop(){
     
    7070
    7171        manager.unregisterCallback( this );
    72         //manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     72        manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    7373}
    7474
Note: See TracChangeset for help on using the changeset viewer.