summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
Diffstat (limited to 'vos')
-rw-r--r--vos/inc/vos/mutex.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/vos/inc/vos/mutex.hxx b/vos/inc/vos/mutex.hxx
index 80c59ffb0c62..91eb0a5a052c 100644
--- a/vos/inc/vos/mutex.hxx
+++ b/vos/inc/vos/mutex.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mutex.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:00:15 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:37:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,10 +46,8 @@
# include <osl/mutex.h>
#endif
-#ifdef _USE_NAMESPACE
namespace vos
{
-#endif
/** IMutex interface
@@ -191,10 +189,7 @@ protected:
IMutex* m_pMutex;
};
-
-#ifdef _USE_NAMESPACE
}
-#endif
#endif //_VOS_MUTEX_HXX_