2 #include "ErrorHandler/MessageAnalyzer/ma_cond_test_andexpr.h"
5 using namespace novadaq::errorhandler;
7 bool ma_cond_test_andexpr::evaluate(
ma_condition const * cond )
const
9 test_primaries_t::const_iterator it = primaries.begin();
11 for( ; it!=primaries.end(); ++it )
12 if( it->evaluate( cond ) == false )
return false;