diff options
author | lloyd <[email protected]> | 2010-10-13 15:04:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-13 15:04:52 +0000 |
commit | fc4c8f57baa06cfc9073ce83a5e3d1547bea86c0 (patch) | |
tree | 569e6b94f20fd71085c7eaeafe92b051697da613 /src/mutex/pthreads/mux_pthr.h | |
parent | 30a71cfa8d2d4c78e3a2b9f4c394b652f457e1f2 (diff) | |
parent | 6e85766cf001183e160c8ca2c0ed3eb40f07125c (diff) |
propagate from branch 'net.randombit.botan' (head 0b2a6834cd19e431afc91bd062b0b455d6d035ac)
to branch 'net.randombit.botan.c++0x' (head fbb6dc287edf127cc84fc29f9d8477769d5cfd7f)
Diffstat (limited to 'src/mutex/pthreads/mux_pthr.h')
-rw-r--r-- | src/mutex/pthreads/mux_pthr.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/mutex/pthreads/mux_pthr.h b/src/mutex/pthreads/mux_pthr.h deleted file mode 100644 index 5cecd09ad..000000000 --- a/src/mutex/pthreads/mux_pthr.h +++ /dev/null @@ -1,26 +0,0 @@ -/* -* Pthread Mutex -* (C) 1999-2007 Jack Lloyd -* -* Distributed under the terms of the Botan license -*/ - -#ifndef BOTAN_MUTEX_PTHREAD_H__ -#define BOTAN_MUTEX_PTHREAD_H__ - -#include <botan/internal/mutex.h> - -namespace Botan { - -/** -* Pthread Mutex Factory -*/ -class Pthread_Mutex_Factory : public Mutex_Factory - { - public: - Mutex* make(); - }; - -} - -#endif |