Changeset 5953 for source/ariba/utility/bootstrap/BootstrapManager.cpp
- Timestamp:
- Aug 14, 2009, 2:17:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/BootstrapManager.cpp
r4879 r5953 97 97 } 98 98 99 bool 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 99 106 BootstrapManager::RegistrationResult BootstrapManager::unregisterModule( 100 107 BootstrapManager::BootstrapType type){
Note:
See TracChangeset
for help on using the changeset viewer.