addMessages ( hc.getHeuristicMessages () );
heurmixed = (heurmixed || heurhazards);
} else if ( err instanceof HeurHazardException ) {
heurhazards = true;
heurmixed = (heurmixed || heurcommits);
HeurHazardException hr = (HeurHazardException) err;
indoubts_.put ( reply.getParticipant (),
new Boolean ( true ) );
// REMEMBER: might be indoubt, so HAS to be notified
// during rollback!
addMessages ( hr.getHeuristicMessages () );
}
}// if failed
else {