summaryrefslogtreecommitdiff
path: root/src/Lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lock.h')
-rw-r--r--src/Lock.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Lock.h b/src/Lock.h
index 04d5e15..46bd04e 100644
--- a/src/Lock.h
+++ b/src/Lock.h
@@ -9,11 +9,23 @@
* Douglas M. Pase - initial API and implementation *
*******************************************************************************/
+//
+// Configuration
+//
+
+
+// Include guard
#if !defined(Lock_h)
#define Lock_h
+// System includes
#include <pthread.h>
+
+//
+// Class definition
+//
+
class Lock {
public:
Lock();