4 #include "GaudiKernel/GaudiException.h"
5 #include "GaudiKernel/IService.h"
6 #include "GaudiKernel/ISvcLocator.h"
7 #include "GaudiKernel/IAlgManager.h"
8 #include "GaudiKernel/ISvcManager.h"
9 #include "GaudiKernel/IIncidentSvc.h"
10 #include "GaudiKernel/ModuleIncident.h"
11 #include "GaudiKernel/MsgStream.h"
13 #include "GaudiKernel/System.h"
15 #include "GaudiKernel/IAlgorithm.h"
52 catch (
const std::exception & excpt )
56 log <<
MSG::ERROR <<
"Exception whilst loading " << module <<
" : " << excpt.what() <<
endmsg;
69 if (fireIncident && module !=
"") {
71 const bool CREATEIF(
true);
73 if( !pIncidentSvc.isValid() ) {
88 StatusCode sc = base_class::queryInterface(iid, pinterface);
91 return m_pOuter->queryInterface(iid, pinterface);