summaryrefslogtreecommitdiffstats
path: root/include/comphelper/guarding.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/guarding.hxx')
-rw-r--r--include/comphelper/guarding.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/comphelper/guarding.hxx b/include/comphelper/guarding.hxx
index f52650a5da1c..64fca41f8044 100644
--- a/include/comphelper/guarding.hxx
+++ b/include/comphelper/guarding.hxx
@@ -22,14 +22,14 @@
#include <osl/mutex.hxx>
-//.........................................................................
+
namespace comphelper
{
-//.........................................................................
-// ===================================================================================================
+
+
// = class MutexRelease -
-// ===================================================================================================
+
/** opposite of OGuard :)
(a mutex is released within the constructor and acquired within the desctructor)
@@ -47,9 +47,9 @@ public:
typedef ORelease< ::osl::Mutex > MutexRelease;
-//.........................................................................
+
} // namespace comphelper
-//.........................................................................
+
#endif // INCLUDED_COMPHELPER_GUARDING_HXX