- Timestamp:
- 01/04/23 14:48:57 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS3/dev/XIOS_FILE_SERVICES/src/manager/ressources_manager.cpp
r2453 r2454 249 249 bool CRessourcesManager::decreasePoolFreeSize(const string& poolId, int size) 250 250 { 251 intret ;251 bool ret ; 252 252 253 253 winRessources_->lockWindow(managerGlobalLeader_,0) ; … … 264 264 } 265 265 winRessources_->updateToWindow(managerGlobalLeader_, this, &CRessourcesManager::ressourcesDumpOut) ; 266 winRessources_->unlockWindow(managerGlobalLeader_,0) ; 266 winRessources_->unlockWindow(managerGlobalLeader_,0) ; 267 268 return ret ; 267 269 } 268 270
Note: See TracChangeset
for help on using the changeset viewer.