From c223232bc15106750da632598047a35ad3762723 Mon Sep 17 00:00:00 2001 From: David Clark Date: Thu, 18 Nov 2010 16:20:48 +1000 Subject: Mark repository as deprecated --- old/botan/build/botan/mux_win32.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 old/botan/build/botan/mux_win32.h (limited to 'old/botan/build/botan/mux_win32.h') diff --git a/old/botan/build/botan/mux_win32.h b/old/botan/build/botan/mux_win32.h new file mode 100644 index 0000000..a91850e --- /dev/null +++ b/old/botan/build/botan/mux_win32.h @@ -0,0 +1,26 @@ +/* +* Win32 Mutex +* (C) 2006 Luca Piccarreta +* 2006-2007 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + +#ifndef BOTAN_MUTEX_WIN32_H__ +#define BOTAN_MUTEX_WIN32_H__ + +#include + +namespace Botan { + +/* +* Win32 Mutex Factory +*/ +class BOTAN_DLL Win32_Mutex_Factory : public Mutex_Factory + { + public: + Mutex* make(); + }; +} + +#endif -- cgit v1.2.3