On Sat, Dec 11, 2010 at 08:53:11PM +0100, Nicolas wrote:
> Indeed, it's unnecessary.
>
> In future release, the firmware upgrade tool will use only alxparser. I
> don't think that I will need to use a derived class.
>
> So you can remove it if you want :)
Thanks, I've done so, and pushed the git
Le vendredi 10 décembre 2010 à 15:27 -0500, Chris Frey a écrit :
> Hi Nicolas,
>
> Reading through your class hierarchy, I notice that you used virtual
> inheritance in the following cases:
>
>a_alxparser.h:class BXEXPORT ALXParser : public virtual XML::XMLParser {
>a_application.h:class
Hi Nicolas,
Reading through your class hierarchy, I notice that you used virtual
inheritance in the following cases:
a_alxparser.h:class BXEXPORT ALXParser : public virtual XML::XMLParser {
a_application.h:class BXEXPORT Application : public virtual CODSection {
a_library.h:class BXEXPOR