From: Alexander Terekhov (terekhov_at_[hidden])
Date: 2002-08-06 14:56:51


Yitzhak Sapir wrote:

[...virtual run()...]

> To solve this, the destructor of the most inherited class has to call join().

To truly solve this [and other similar problems], you'd need a rather
simple mechanism of pre-destructors [base class: call join(); in this
case] and post-constructors [base class: call "start()"; to avoid two
phase construction, sort of]. ;-)

regards,
alexander.