[interfacekit] Re: Re:[interfacekit] Re: BSlider lameness

On Thu, 23 Jan 2003, burton666@xxxxxxxxx wrote:

> =0D=0A> Just remember that you can't change the order of the function=0D=0A=
> > declarations, so you'll have to create a new "public" section in the=0D=
> =0A> class header (but I think you already knew :))=0D=0A=0D=0AAs there a=
> re no other virtuals in the private section above the reserved=0D=0Aslots=
> , the topmost reserved virtual can be moved to the existing public=0D=0As=
> ection directly after SetFont().=0D=0A=0D=0AAh, yes. You are right. =0D=0A=
> BTW, what's the use for a private virtual function ? I can't think any.

I couldn't either, until I saw the BNode header. Since the derived classes
were made friends, they could provide an overriding implementation for
the method, but API users still have no way of getting hold of it.
Not very aesthetical in my eyes.

CU, Ingo


Other related posts: