From ceabd82ac8e796249feacf39c836034ed5e11c6d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 29 Nov 2025 15:01:34 -0500 Subject: chore: source code review and fixes. Signed-off-by: Amlal El Mahrouss --- docs/tex/binary_mutex.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tex/binary_mutex.tex') diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index 583dffeb..66869fd2 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -44,10 +44,10 @@ class BinaryMutex final { public: bool IsLocked() const; - bool Unlock() noexcept; + bool Unlock() ; public: - BOOL WaitForProcess(const UInt32& sec) noexcept; + BOOL WaitForProcess(const UInt32& sec) ; public: bool Lock(USER_PROCESS* process); -- cgit v1.2.3