From: Orhun Birsoy (obirsoy_at_[hidden])
Date: 2005-07-14 08:07:59


Yan Zhang wrote:
> Hi Robert,
>
>
>
> I know that it works for abstract base class. But if the base class is
> not abstract class how you do it? Is it possible?
>
>
>
> Thanks,

You do not have to make the function pure virtual, just make the
destructor virtual. That should solve your problem.

Orhun Birsoy