M
Mike -- Email Ignored
Is:
delete this;
allowed?
I have been using it to close down a thread, and
it has been working. However I just added a:
delete[] buf_; // where: char* buf_;
buf_ = 0;
to one of the destructors, and I got a warning
that I was calling a pure virtual function.
Any thoughts?
Mike.
delete this;
allowed?
I have been using it to close down a thread, and
it has been working. However I just added a:
delete[] buf_; // where: char* buf_;
buf_ = 0;
to one of the destructors, and I got a warning
that I was calling a pure virtual function.
Any thoughts?
Mike.