* dtable.h (dtable::lock): Make static.
This commit is contained in:
@ -85,8 +85,8 @@ public:
|
||||
void delete_archetype (fhandler_base *);
|
||||
void fixup_before_exec (DWORD win_proc_id);
|
||||
void fixup_before_fork (DWORD win_proc_id);
|
||||
void lock () {lock_process::locker.acquire ();}
|
||||
void unlock () {lock_process::locker.release ();}
|
||||
static void lock () {lock_process::locker.acquire ();}
|
||||
static void unlock () {lock_process::locker.release ();}
|
||||
};
|
||||
|
||||
fhandler_base *build_fh_dev (const device&, const char * = NULL);
|
||||
|
Reference in New Issue
Block a user