> "Dave" == Dave Korn <[EMAIL PROTECTED]> writes:
>> On 13 August 2007 22:16, David Orchard wrote:
>> Some base classes (specifically thread base classes) would benefit from
>> being able to execute a function after the object is constructed and before
>> it is destructed. For a thread class t
On 13 August 2007 22:16, David Orchard wrote:
> Hi,
>
> Some base classes (specifically thread base classes) would benefit from
> being able to execute a function after the object is constructed and before
> it is destructed. For a thread class the thread can't start until after the
> object