From f9531223b72f8337b8d774c9e3a0d0b0f9ffcc7b Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 2 Nov 2011 15:11:59 +0100 Subject: Cleaning up a bit. --- src/Lock.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/Lock.h') 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 + +// +// Class definition +// + class Lock { public: Lock(); -- cgit v1.2.3