X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fpthreadwrapper%2Fthread.h;h=6e51f73cbfb4ec581b8646f8e8663ad97fd6e424;hb=f60495a029c54358f82956482fe203fe2b7b5b23;hp=c1db10a514799d1433eec2773bd470d8cf2157bd;hpb=b9c3763a932cebaa015a27fe111017f6f34dfbaa;p=fms.git diff --git a/include/pthreadwrapper/thread.h b/include/pthreadwrapper/thread.h index c1db10a..6e51f73 100644 --- a/include/pthreadwrapper/thread.h +++ b/include/pthreadwrapper/thread.h @@ -8,6 +8,8 @@ namespace PThread { +void Sleep(const long ms); + class Runnable; class Thread:public NonCopyable