Ignore:
Timestamp:
01/04/23 14:48:57 (2 years ago)
Author:
ymipsl
Message:

fix missing return.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/dev/XIOS_FILE_SERVICES/src/manager/services_manager.cpp

    r2453 r2454  
    307307  } 
    308308  
    309   bool CServicesManager::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) 
    310310  { 
    311311    while(!hasService(poolId,serviceId,partitionId)) CXios::getDaemonsManager()->servicesEventLoop() ; 
Note: See TracChangeset for help on using the changeset viewer.