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/ressources_manager.cpp

    r2453 r2454  
    249249  bool CRessourcesManager::decreasePoolFreeSize(const string& poolId, int size) 
    250250  { 
    251     int ret ; 
     251    bool ret ; 
    252252 
    253253    winRessources_->lockWindow(managerGlobalLeader_,0) ; 
     
    264264    } 
    265265    winRessources_->updateToWindow(managerGlobalLeader_, this, &CRessourcesManager::ressourcesDumpOut) ; 
    266     winRessources_->unlockWindow(managerGlobalLeader_,0) ;     
     266    winRessources_->unlockWindow(managerGlobalLeader_,0) ;  
     267 
     268    return ret ;    
    267269  } 
    268270 
Note: See TracChangeset for help on using the changeset viewer.