Skip to content

make IHiveWhiteBoard::getNumberOfStores() const

Charles Leggett requested to merge leggett/Gaudi:dev/HiveWhiteBoardConst into master

we should probably also make bool IHiveWhiteBoard::newDataObjectsPresent() const as well, but in various implementations it locks a mutex, which is a class member, so that would have to be made mutable.

Merge request reports