Skip to content

StorageSvc: make getOption non-const

Frank Winklmeier requested to merge fwinkl/athena:storagesvc into master

Make pool::IDbContainer::getOption and pool::IDbDatabase::getOption non-const as their implementations usually call non-const methods on TFile, etc.

cc @ssnyder @mnowak @gemmeren

Merge request reports