diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-14 07:30:26 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-14 07:30:26 +0000 |
commit | ee619c83dfbc7d0297b45cf0d5f696cf8bf4c9e1 (patch) | |
tree | dfc6d6e9ba7d4d70eeb3f07a28cd7720140494f2 /sal/inc/osl/semaphor.hxx | |
parent | 54212c873380c7d1d6e30128f11f4b32e8d1d50a (diff) |
removed include osl/macros.hxx and #ifdef _USE_NAMESPACE
Diffstat (limited to 'sal/inc/osl/semaphor.hxx')
-rw-r--r-- | sal/inc/osl/semaphor.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sal/inc/osl/semaphor.hxx b/sal/inc/osl/semaphor.hxx index 300249a0649f..7b2e00a0d622 100644 --- a/sal/inc/osl/semaphor.hxx +++ b/sal/inc/osl/semaphor.hxx @@ -2,9 +2,9 @@ * * $RCSfile: semaphor.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mfe $ $Date: 2001-02-28 12:52:43 $ + * last change: $Author: jl $ $Date: 2001-03-14 08:30:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,15 +64,11 @@ #ifdef __cplusplus -#include <osl/macros.hxx> - #include <osl/semaphor.h> -#ifdef _USE_NAMESPACE namespace osl { -#endif class Semaphore { oslSemaphore semaphore; @@ -126,9 +122,7 @@ namespace osl return osl_releaseSemaphore(semaphore); } }; -#ifdef _USE_NAMESPACE } -#endif #endif /* __cplusplus */ #endif /* _OSL_SEMAPHORE_HXX_ */ |