From e6999e9b3a5f584de2f40ca833effe5ff5636f6a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 29 Oct 2000 13:17:22 +0100 Subject: Implemented 'Schedules' menu --- thread.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'thread.h') diff --git a/thread.h b/thread.h index 86b9e922..b47f6d71 100644 --- a/thread.h +++ b/thread.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: thread.h 1.1 2000/10/08 08:36:21 kls Exp $ + * $Id: thread.h 1.2 2000/10/28 15:08:09 kls Exp $ */ #ifndef __THREAD_H @@ -47,8 +47,9 @@ private: cThread *thread; bool locked; public: - cThreadLock(cThread *Thread); + cThreadLock(cThread *Thread = NULL); ~cThreadLock(); + bool Lock(cThread *Thread); bool Locked(void); }; -- cgit v1.2.3