summaryrefslogtreecommitdiff
path: root/sal/inc/osl/semaphor.h
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:13:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:13:05 +0000
commit1c98b6f8fe7393b1a153375969294af7fe0a743f (patch)
tree55ffa671397c7b41a1dca9663ba99bd060c7c365 /sal/inc/osl/semaphor.h
parentf0698d06fe6f24cf9489ed61bfb37e4c7fec4658 (diff)
INTEGRATION: CWS warnings01 (1.8.346); FILE MERGED
2005/09/23 00:37:08 sb 1.8.346.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/29 13:55:57 sb 1.8.346.1: #i53898# Made code warning-free.
Diffstat (limited to 'sal/inc/osl/semaphor.h')
-rw-r--r--sal/inc/osl/semaphor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sal/inc/osl/semaphor.h b/sal/inc/osl/semaphor.h
index bd8b1cab6..25927bc3c 100644
--- a/sal/inc/osl/semaphor.h
+++ b/sal/inc/osl/semaphor.h
@@ -4,9 +4,9 @@
*
* $RCSfile: semaphor.h,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:32:17 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:13:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,14 +36,14 @@
#ifndef _OSL_SEMAPHORE_H_
#define _OSL_SEMAPHORE_H_
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef void* oslSemaphore;
/** Creates a semaphore.<BR>