On 06/08/2011 07:03 PM, Alexander Nozdrin wrote:
> 3169 Alexander Nozdrin 2011-06-08
> Pre-requisite patch for Bug#11763162 (55843 - Handled condition
> appears as not handled).
>
> The patch moves Diagnostics_area's declaration after
> Warning_info's one. It's simply cut& paste operation, no real
> changes.
>
> This is a pre-requisite for moving Warning_info from THD into
> Diagnostics_area. Diagnostics_area will aggregate Warning_info instance, so
> the declaration of the Warning_info class should be placed before the
> one of the Diagnostics_area class.
Looks good to me.
Thanks,
--- Jon Olav