AlgExecStateSvc: Remove a fatal message and minor cleanups
Remove the fatal message in checkInit
. It already throws an exception
and this way we can leave it up to the caller to print an appropriate
message.
Some other changes:
-
std::map
->std::unordered_map
- Add a few
const
- Use
ConcurrencyFlags
to retrieve the number of slots instead of trying to find theIHiveWhiteBoard
.
cc @rbielski
Edited by Frank Winklmeier