Changeset 5405


Ignore:
Timestamp:
Jul 29, 2009, 10:24:07 AM (15 years ago)
Author:
Christoph Mayer
Message:
 
Location:
source/ariba
Files:
2 edited

Legend:

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

    r5404 r5405  
    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
  • source/ariba/utility/system/StartupWrapper.cpp

    r5404 r5405  
    110110                log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("BaseCommunication"));
    111111                logger->setLevel(log4cxx::Level::getDebug());
    112         }*/
     112        }
    113113        {
    114114                log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("OverlayBootstrap"));
     
    123123                        logger->setLevel(log4cxx::Level::getDebug());
    124124        }
    125 
     125*/
    126126
    127127        //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
Note: See TracChangeset for help on using the changeset viewer.