summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/readguard.hxx
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-10-05 22:17:11 +0100
committerJan Holesovsky <kendy@suse.cz>2010-10-06 10:23:23 +0200
commit8e2ae4afca72cda9aab8cfe4a5852c4202eed5a7 (patch)
treee984502e904c48e92838084ceecec3a679abc247 /framework/inc/threadhelp/readguard.hxx
parentda1161eb1d3c107aece2179778481e4f0631f034 (diff)
Remove redundant #include directives & comments
Diffstat (limited to 'framework/inc/threadhelp/readguard.hxx')
-rw-r--r--framework/inc/threadhelp/readguard.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/framework/inc/threadhelp/readguard.hxx b/framework/inc/threadhelp/readguard.hxx
index 997042c9e601..760fdf8b9f87 100644
--- a/framework/inc/threadhelp/readguard.hxx
+++ b/framework/inc/threadhelp/readguard.hxx
@@ -28,40 +28,14 @@
#ifndef __FRAMEWORK_THREADHELP_READGUARD_HXX_
#define __FRAMEWORK_THREADHELP_READGUARD_HXX_
-//_________________________________________________________________________________________________________________
-// my own includes
-//_________________________________________________________________________________________________________________
-
#include <threadhelp/inoncopyable.h>
#include <threadhelp/irwlock.h>
-//#ifndef __FRAMEWORK_THREADHELP_THREADHELPBASE_HXX_
-//#include <threadhelp/threadhelpbase.hxx>
-//#endif
-
-//_________________________________________________________________________________________________________________
-// interface includes
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// other includes
-//_________________________________________________________________________________________________________________
#include <sal/types.h>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
namespace framework{
-//_________________________________________________________________________________________________________________
-// const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// declarations
-//_________________________________________________________________________________________________________________
-
/*-************************************************************************************************************//**
@short implement a guard to set read locks
@descr This guard should be used to set a lock for reading object internal member.