17 #pragma warning(disable:654)
126 if ( 0 == m_toolSvc )
131 log <<
"Could not retrieve 'ToolSvc' " << sc <<
endmsg ;
136 sc = m_toolSvc->retrieveTool
137 (
"SequencerTimerTool/TIMER" , m_timer ,
this ,
true ) ;
141 <<
"Could not retrieve ISequencerTimerTool" <<
endmsg ;
153 <<
"Could not retrieve 'IncidentSvc'" << sc <<
endmsg ;
166 <<
"Could not retrieve 'ApplicationMgr'" << sc <<
endmsg ;
169 if ( m_map.end() == m_map.find( m_appMgr ) )
171 int timer = m_timer->addTimer(
"EVENT LOOP" ) ;
172 m_map.insert ( m_appMgr , timer ) ;
238 if ( 0 == alg ) { return ; }
240 if (
m_map.
end() != found ) { return ; }
249 <<
"Insert non-structural component '"
250 << alg->
name() <<
"' of type '"
262 if ( 0 == alg ) { return ; }
268 if ( 0 == alg ) { return ; }
275 <<
"Insert non-structural component '"
276 << alg->
name() <<
"' of type '"
292 if ( 0 == alg ) { return ; }
294 if (
m_map.
end() == found ) { return ; }
302 if ( name.empty() && evt.empty() ) {
return; }
315 timer = found->second;
324 if ( name.empty() && evt.empty() ) {
return; }
333 log <<
MSG::WARNING <<
"Trying to stop the measure of the timing for '"
334 << nick <<
"' but it was never started. Check the code"