m_parser->run(cmd,answer);//parser is already thread safe.....
returntrue;
}
catch(ParserErrors::ParserErrorsExImpl&ex){
catch(ParserErrors::ParserErrorsExImpl&ex)
{
returnfalse;
}
catch(ACSErr::ACSbaseExImpl&ex){
catch(ACSErr::ACSbaseExImpl&ex)
{
ex.log(LM_ERROR);// the errors resulting from the execution are logged here as stated in the documentation of CommandInterpreter interface, while the parser errors are never logged.