Changeset 5404


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

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/EndpointDescriptor.cpp

    r5284 r5404  
    3838
    3939#include "EndpointDescriptor.h"
    40 #include "ariba/utility/misc/StringFormat.h"
    4140#include "ariba/utility/misc/Helper.h"
    4241
  • source/ariba/overlay/OverlayBootstrap.cpp

    r5403 r5404  
    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

    r5403 r5404  
    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.