Botan
1.10.9
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mutex
win32_crit_section
mux_win32.h
Go to the documentation of this file.
1
/*
2
* Win32 Mutex
3
* (C) 2006 Luca Piccarreta
4
* 2006-2007 Jack Lloyd
5
*
6
* Distributed under the terms of the Botan license
7
*/
8
9
#ifndef BOTAN_MUTEX_WIN32_H__
10
#define BOTAN_MUTEX_WIN32_H__
11
12
#include <botan/internal/mutex.h>
13
14
namespace
Botan
{
15
16
/**
17
* Win32 Mutex Factory
18
*/
19
class
Win32_Mutex_Factory
:
public
Mutex_Factory
20
{
21
public
:
22
Mutex
*
make
();
23
};
24
}
25
26
#endif
Botan::Mutex_Factory
Definition:
mutex.h:36
Botan::Win32_Mutex_Factory::make
Mutex * make()
Definition:
mux_win32.cpp:17
Botan::Win32_Mutex_Factory
Definition:
mux_win32.h:19
Botan
Definition:
algo_base.h:14
Botan::Mutex
Definition:
mutex.h:18
Generated on Sat Aug 20 2016 08:18:48 for Botan by
1.8.9.1