Re: [libvirt] [PATCH 02/15] util: Add virabstracts file for keeping abstract classes

2015-04-21 Thread Martin Kletzander
On Tue, Apr 21, 2015 at 06:41:36PM +0200, Michal Privoznik wrote: On 16.04.2015 16:46, Martin Kletzander wrote: The first class in this file is going to be an abstract connection class that holds a per-connection error inside. virConnect will be the first child class inheriting from this one.

Re: [libvirt] [PATCH 02/15] util: Add virabstracts file for keeping abstract classes

2015-04-21 Thread Michal Privoznik
On 16.04.2015 16:46, Martin Kletzander wrote: > The first class in this file is going to be an abstract connection class > that holds a per-connection error inside. virConnect will be the first > child class inheriting from this one. > > This is a separate file because virerror.c is going to depe

Re: [libvirt] [PATCH 02/15] util: Add virabstracts file for keeping abstract classes

2015-04-17 Thread Martin Kletzander
On Fri, Apr 17, 2015 at 11:16:49AM +0100, Daniel P. Berrange wrote: On Thu, Apr 16, 2015 at 04:46:37PM +0200, Martin Kletzander wrote: The first class in this file is going to be an abstract connection class that holds a per-connection error inside. virConnect will be the first child class inhe

Re: [libvirt] [PATCH 02/15] util: Add virabstracts file for keeping abstract classes

2015-04-17 Thread Daniel P. Berrange
On Thu, Apr 16, 2015 at 04:46:37PM +0200, Martin Kletzander wrote: > The first class in this file is going to be an abstract connection class > that holds a per-connection error inside. virConnect will be the first > child class inheriting from this one. > > This is a separate file because virerr

[libvirt] [PATCH 02/15] util: Add virabstracts file for keeping abstract classes

2015-04-16 Thread Martin Kletzander
The first class in this file is going to be an abstract connection class that holds a per-connection error inside. virConnect will be the first child class inheriting from this one. This is a separate file because virerror.c is going to depend on it and putting it into datatypes along with other