a
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef INCLUNDE_CAUTOLOCK_20181107
|
||||
#define INCLUNDE_CAUTOLOCK_20181107
|
||||
#pragma once
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
class CAutoLock
|
||||
{
|
||||
public:
|
||||
CAutoLock(CRITICAL_SECTION *pCs);
|
||||
~CAutoLock();
|
||||
|
||||
private:
|
||||
CRITICAL_SECTION* m_pCs;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user