summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/fairrwlock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/fairrwlock.hxx')
-rw-r--r--framework/inc/threadhelp/fairrwlock.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/inc/threadhelp/fairrwlock.hxx b/framework/inc/threadhelp/fairrwlock.hxx
index a8250d32efb1..4f6525392a9b 100644
--- a/framework/inc/threadhelp/fairrwlock.hxx
+++ b/framework/inc/threadhelp/fairrwlock.hxx
@@ -29,20 +29,8 @@
#include <osl/mutex.hxx>
#include <osl/conditn.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
-//_________________________________________________________________________________________________________________
-// const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// declarations
-//_________________________________________________________________________________________________________________
-
/*-************************************************************************************************************//**
@short implement a read/write lock with fairness between read/write accessors
@descr These implementation never should used as base class! Use it as a member every time.