BC question about derived private classes

2011-05-24 Thread John Layt
Hi, KCalendarSystem is a public class with many virtual methods which are reimplemented in derived classes such as KCalendarSystemGregorian. The derived classes are not exported or part of the api, only KCalendarSystem is exposed, but the derived classes are created and returned in a static

Re: BC question about derived private classes

2011-05-24 Thread Thiago Macieira
On Tuesday, 24 de May de 2011 13:46:59 John Layt wrote: I'm now marking a number of the base class virtual methods as deprecated, so I'm getting lots of warnings on the derived classes where they simply pass the call to the base class, so I'm thinking of simply deleting these reimplememented