]> git.saurik.com Git - wxWidgets.git/commit - interface/thread.h
wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Apr 2008 02:28:46 +0000 (02:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Apr 2008 02:28:46 +0000 (02:28 +0000)
commit8cd8a7feb72a8f45d5cb4d5f51fca7e73291d2b5
tree01cd78b6f27e9bbb0f84198c94256dca638f8cd4
parent40ec64aec28cc221635175a307d9e758cc647f6f
wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe it should be the same thing there as well)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/thread.h
include/wx/thrimpl.cpp
interface/thread.h
src/msw/thread.cpp
src/os2/thread.cpp
src/palmos/thread.cpp
src/unix/threadpsx.cpp