Re: [Firebird-devel] New API and virtual functions

2014-03-07 Thread Vlad Khorsun
>> On 03/05/2014 05:55 AM, Adriano dos Santos Fernandes wrote: >>> Accordingly to how new API works, where one can get a version and the >>> virtual table is filled with possible non-existent methods, classes like >>> TraceParamsImpl could not insert new virtual functions. >>> >> Yes, and it was cl

Re: [Firebird-devel] New API and virtual functions

2014-03-05 Thread Vlad Khorsun
> On 03/05/2014 05:55 AM, Adriano dos Santos Fernandes wrote: >> Accordingly to how new API works, where one can get a version and the >> virtual table is filled with possible non-existent methods, classes like >> TraceParamsImpl could not insert new virtual functions. >> > Yes, and it was clear si

Re: [Firebird-devel] New API and virtual functions

2014-03-04 Thread Alex
On 03/05/2014 05:55 AM, Adriano dos Santos Fernandes wrote: > Accordingly to how new API works, where one can get a version and the > virtual table is filled with possible non-existent methods, classes like > TraceParamsImpl could not insert new virtual functions. > Yes, and it was clear since the