summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/inc/osl/conditn.h7
-rw-r--r--sal/inc/osl/conditn.hxx8
-rw-r--r--sal/inc/osl/file.h8
-rw-r--r--sal/inc/osl/file.hxx8
-rw-r--r--sal/inc/osl/process.h7
-rw-r--r--sal/inc/osl/socket.h9
-rw-r--r--sal/inc/osl/thread.h9
-rw-r--r--sal/inc/osl/thread.hxx9
-rw-r--r--sal/osl/os2/conditn.c9
-rw-r--r--sal/osl/os2/thread.c7
-rw-r--r--sal/osl/unx/conditn.c8
-rw-r--r--sal/osl/unx/socket.c8
-rw-r--r--sal/osl/unx/thread.c8
-rw-r--r--sal/osl/w32/conditn.c8
-rw-r--r--sal/osl/w32/thread.c7
-rw-r--r--sal/rtl/source/random.c10
16 files changed, 97 insertions, 33 deletions
diff --git a/sal/inc/osl/conditn.h b/sal/inc/osl/conditn.h
index 88fec4967bc7..aad9ab81bf7e 100644
--- a/sal/inc/osl/conditn.h
+++ b/sal/inc/osl/conditn.h
@@ -2,9 +2,9 @@
*
* $RCSfile: conditn.h,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:17:12 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,9 @@
#ifndef _OSL_TYPES_H_
# include <osl/types.h>
#endif
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
#ifdef __cplusplus
extern "C" {
diff --git a/sal/inc/osl/conditn.hxx b/sal/inc/osl/conditn.hxx
index 1426faf5ad64..26dbcf576ca3 100644
--- a/sal/inc/osl/conditn.hxx
+++ b/sal/inc/osl/conditn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: conditn.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-14 08:26:53 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,10 @@
#ifdef __cplusplus
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
#include <osl/conditn.h>
diff --git a/sal/inc/osl/file.h b/sal/inc/osl/file.h
index dc4d154f72ed..8cdb5347736b 100644
--- a/sal/inc/osl/file.h
+++ b/sal/inc/osl/file.h
@@ -2,9 +2,9 @@
*
* $RCSfile: file.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mfe $ $Date: 2001-02-27 15:25:59 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,10 @@
#ifndef _OSL_FILE_H_
#define _OSL_FILE_H_
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
#ifndef _OSL_TYPES_H_
# include <osl/types.h>
#endif
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 8c39c3748aa4..426691c694bc 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: file.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jl $ $Date: 2001-03-14 08:28:38 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#ifdef __cplusplus
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
#ifndef _RTL_MEMORY_H_
# include <rtl/memory.h>
#endif
diff --git a/sal/inc/osl/process.h b/sal/inc/osl/process.h
index 9ccf97644f2c..6d247ea6dd6d 100644
--- a/sal/inc/osl/process.h
+++ b/sal/inc/osl/process.h
@@ -2,9 +2,9 @@
*
* $RCSfile: process.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mfe $ $Date: 2001-02-27 12:29:59 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,9 @@
#ifndef _OSL_TYPES_H_
# include <osl/types.h>
#endif
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
#ifndef _OSL_FILE_H_
# include <osl/file.h>
diff --git a/sal/inc/osl/socket.h b/sal/inc/osl/socket.h
index b98f965587d5..7de5cccc3a5f 100644
--- a/sal/inc/osl/socket.h
+++ b/sal/inc/osl/socket.h
@@ -2,9 +2,9 @@
*
* $RCSfile: socket.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: martin.maher $ $Date: 2000-09-29 14:45:43 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,11 @@
# include <rtl/ustring.h>
#endif
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
+
#ifndef _OSL_TYPES_H_
# include <osl/types.h>
#endif
diff --git a/sal/inc/osl/thread.h b/sal/inc/osl/thread.h
index 37a9b41558fe..0d75ad0e2104 100644
--- a/sal/inc/osl/thread.h
+++ b/sal/inc/osl/thread.h
@@ -2,9 +2,9 @@
*
* $RCSfile: thread.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: martin.maher $ $Date: 2000-09-29 14:46:20 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,11 @@
#ifndef _OSL_THREAD_H_
#define _OSL_THREAD_H_
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
+
#ifndef _OSL_TYPES_H_
# include <osl/types.h>
#endif
diff --git a/sal/inc/osl/thread.hxx b/sal/inc/osl/thread.hxx
index d2c982787178..90faaab563f4 100644
--- a/sal/inc/osl/thread.hxx
+++ b/sal/inc/osl/thread.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: thread.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mhu $ $Date: 2001-03-13 11:58:57 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,11 @@
#ifdef __cplusplus
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
+
#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
#endif
diff --git a/sal/osl/os2/conditn.c b/sal/osl/os2/conditn.c
index 4f60ac69b0b7..52571798aae5 100644
--- a/sal/osl/os2/conditn.c
+++ b/sal/osl/os2/conditn.c
@@ -2,9 +2,9 @@
*
* $RCSfile: conditn.c,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:17:19 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,11 @@
#include "system.h"
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
+
#include <osl/conditn.h>
#include <osl/types.h>
#include <osl/diagnose.h>
diff --git a/sal/osl/os2/thread.c b/sal/osl/os2/thread.c
index fb899ec93ee4..32115fb88042 100644
--- a/sal/osl/os2/thread.c
+++ b/sal/osl/os2/thread.c
@@ -2,9 +2,9 @@
*
* $RCSfile: thread.c,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:17:20 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#include <osl/diagnose.h>
#include <osl/thread.h>
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
/*
Thread-data structure hidden behind oslThread:
diff --git a/sal/osl/unx/conditn.c b/sal/osl/unx/conditn.c
index f4a33483062b..8276c53ccd8d 100644
--- a/sal/osl/unx/conditn.c
+++ b/sal/osl/unx/conditn.c
@@ -2,9 +2,9 @@
*
* $RCSfile: conditn.c,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mfe $ $Date: 2001-03-09 10:01:18 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,10 @@
#include <osl/types.h>
#include <osl/diagnose.h>
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
typedef struct _oslConditionImpl
{
diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c
index 8c4e460d7362..113bb1418ef8 100644
--- a/sal/osl/unx/socket.c
+++ b/sal/osl/unx/socket.c
@@ -2,9 +2,9 @@
*
* $RCSfile: socket.c,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mfe $ $Date: 2001-02-27 14:34:48 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,10 @@
#include <osl/mutex.h>
#include <osl/signal.h>
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
#include <ctype.h>
#include "sockimpl.h"
diff --git a/sal/osl/unx/thread.c b/sal/osl/unx/thread.c
index e16fa80173de..d10c258d05cb 100644
--- a/sal/osl/unx/thread.c
+++ b/sal/osl/unx/thread.c
@@ -2,9 +2,9 @@
*
* $RCSfile: thread.c,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mfe $ $Date: 2001-03-09 10:03:01 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:48:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,6 +67,10 @@
#include <osl/thread.h>
#include <osl/signal.h>
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
/* MFE: just for the encoding stuff */
diff --git a/sal/osl/w32/conditn.c b/sal/osl/w32/conditn.c
index ce9cfc07e6c1..208d5021066e 100644
--- a/sal/osl/w32/conditn.c
+++ b/sal/osl/w32/conditn.c
@@ -2,9 +2,9 @@
*
* $RCSfile: conditn.c,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:17:23 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:50:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <osl/types.h>
#include <osl/diagnose.h>
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
/*
under WIN32, we use the void* oslCondition
as a WIN32 HANDLE (which is also a 32-bit value)
diff --git a/sal/osl/w32/thread.c b/sal/osl/w32/thread.c
index 4bb7edc431b1..3f218616f5c6 100644
--- a/sal/osl/w32/thread.c
+++ b/sal/osl/w32/thread.c
@@ -2,9 +2,9 @@
*
* $RCSfile: thread.c,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tra $ $Date: 2001-02-14 08:53:48 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:50:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#include <osl/diagnose.h>
#include <osl/thread.h>
#include <rtl/alloc.h>
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
/*
Thread-data structure hidden behind oslThread:
diff --git a/sal/rtl/source/random.c b/sal/rtl/source/random.c
index 8b7e102fc3e5..e2dadb4cafa0 100644
--- a/sal/rtl/source/random.c
+++ b/sal/rtl/source/random.c
@@ -2,9 +2,9 @@
*
* $RCSfile: random.c,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:17:24 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:50:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-#define _RTL_RANDOM_C_ "$Revision: 1.1.1.1 $"
+#define _RTL_RANDOM_C_ "$Revision: 1.2 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
@@ -85,6 +85,10 @@
#include <rtl/random.h>
#endif
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
/*========================================================================
*
* rtlRandom internals.