Added wxThread::OnKill() and OnDelete() callbacks.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 2010 14:10:12 +0000 (14:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 2010 14:10:12 +0000 (14:10 +0000)
commitdf191bfe39c1a40649173212029e4967d425a48c
tree3e379a547529dbba0f5d24545cd953976d6e7cb0
parentec2c85bf79778212bfcbc849e0a69c1c59bafc90
Added wxThread::OnKill() and OnDelete() callbacks.

Call OnXXX() from wxThread::Kill() and Delete() respectively to allow the
thread being terminated perform some cleanup.

Closes #9046.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/thread.h
interface/wx/thread.h
src/msw/thread.cpp
src/unix/threadpsx.cpp