diff options
Diffstat (limited to 'docs/tex/binary_mutex.tex')
| -rw-r--r-- | docs/tex/binary_mutex.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index f5d54743..b326f4b4 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -50,14 +50,14 @@ class BinaryMutex final { BOOL WaitForProcess(const UInt32& sec); public: - bool Lock(USER_PROCESS* process); - bool LockAndWait(USER_PROCESS* process, TimerInterface* timer); + bool Lock(UserProcess* process); + bool LockAndWait(UserProcess* process, TimerInterface* timer); public: NE_COPY_DEFAULT(BinaryMutex) private: - USER_PROCESS* fLockingProcess; + UserProcess* fLockingProcess; }; \end{verbatim} |
