22 #pragma warning(disable:654)
131 if ( 0 == m_toolSvc )
136 log <<
"Could not retrieve 'ToolSvc' " << sc <<
endmsg ;
141 sc = m_toolSvc->retrieveTool
142 (
"SequencerTimerTool/TIMER" , m_timer ,
this ,
true ) ;
146 <<
"Could not retrieve ISequencerTimerTool" <<
endmsg ;
158 <<
"Could not retrieve 'IncidentSvc'" << sc <<
endmsg ;
171 <<
"Could not retrieve 'ApplicationMgr'" << sc <<
endmsg ;
174 if ( m_map.end() == m_map.find( m_appMgr ) )
176 int timer = m_timer->addTimer(
"EVENT LOOP" ) ;
177 m_map.insert ( m_appMgr , timer ) ;
243 if ( 0 == alg ) { return ; }
245 if (
m_map.
end() != found ) { return ; }
254 <<
"Insert non-structural component '"
255 << alg->
name() <<
"' of type '"
267 if ( 0 == alg ) { return ; }
273 if ( 0 == alg ) { return ; }
280 <<
"Insert non-structural component '"
281 << alg->
name() <<
"' of type '"
297 if ( 0 == alg ) { return ; }
299 if (
m_map.
end() == found ) { return ; }
307 if ( name.empty() && evt.empty() ) {
return; }
320 timer = found->second;
329 if ( name.empty() && evt.empty() ) {
return; }
338 log <<
MSG::WARNING <<
"Trying to stop the measure of the timing for '"
339 << nick <<
"' but it was never started. Check the code"