- Timestamp:
- 01/04/23 14:48:57 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS3/dev/XIOS_FILE_SERVICES/src/manager/services_manager.cpp
r2453 r2454 307 307 } 308 308 309 boolCServicesManager::waitServiceRegistration(const std::string& poolId, const std::string& serviceId, const int& partitionId)309 void CServicesManager::waitServiceRegistration(const std::string& poolId, const std::string& serviceId, const int& partitionId) 310 310 { 311 311 while(!hasService(poolId,serviceId,partitionId)) CXios::getDaemonsManager()->servicesEventLoop() ;
Note: See TracChangeset
for help on using the changeset viewer.