Ignore:
Timestamp:
Aug 14, 2009, 2:17:07 PM (15 years ago)
Author:
Christoph Mayer
Message:

more agressive sdp scan, sdp off when in spovnet, sdp on and agressive when not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/BootstrapManager.cpp

    r4879 r5953  
    9797}
    9898
     99bool BootstrapManager::isModuleRegistered(BootstrapType type){
     100        boost::mutex::scoped_lock lock( modulesMutex );
     101
     102        ModuleMap::iterator i = modules.find(type);
     103        return  (i != modules.end());
     104}
     105
    99106BootstrapManager::RegistrationResult BootstrapManager::unregisterModule(
    100107                BootstrapManager::BootstrapType type){
Note: See TracChangeset for help on using the changeset viewer.