Added wxThread::GetCurrentId(), which returns an ID for the current
authorRobin Dunn <robin@alldunn.com>
Wed, 16 Jan 2002 06:28:11 +0000 (06:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 16 Jan 2002 06:28:11 +0000 (06:28 +0000)
commit4958ea8f7b27a4213e092234a13d151b7b08fbea
tree76a021f2193b76203821790600ae21759ea70ac7
parentc17e761dc3325497cedc0c7c9fb1d3a0dfe6cf71
Added wxThread::GetCurrentId(), which returns an ID for the current
thread, even if it is not a wxThread.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/thread.tex
include/wx/thread.h
src/msw/thread.cpp
wxPython/src/helpers.cpp