Skip to content

Instantly share code, notes, and snippets.

@nibasya
Created November 24, 2022 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nibasya/739d27bd433e2477c8de6200dfbd9243 to your computer and use it in GitHub Desktop.
Save nibasya/739d27bd433e2477c8de6200dfbd9243 to your computer and use it in GitHub Desktop.
Definition of CSingleLock::m_bAcquired
class CSingleLock
{
// snip
protected:
BOOL m_bAcquired;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment