Botan
1.10.9
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mutex
noop_mutex
mux_noop.h
Go to the documentation of this file.
1
/*
2
* No-Op Mutex Factory
3
* (C) 1999-2007 Jack Lloyd
4
*
5
* Distributed under the terms of the Botan license
6
*/
7
8
#ifndef BOTAN_NOOP_MUTEX_FACTORY_H__
9
#define BOTAN_NOOP_MUTEX_FACTORY_H__
10
11
#include <botan/internal/mutex.h>
12
13
namespace
Botan
{
14
15
/**
16
* No-Op Mutex Factory
17
*/
18
class
Noop_Mutex_Factory
:
public
Mutex_Factory
19
{
20
public
:
21
Mutex
*
make
();
22
};
23
24
}
25
26
#endif
Botan::Noop_Mutex_Factory::make
Mutex * make()
Definition:
mux_noop.cpp:15
Botan::Mutex_Factory
Definition:
mutex.h:36
Botan::Noop_Mutex_Factory
Definition:
mux_noop.h:18
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