diff options
author | Martin Maher <martin.maher@openoffice.org> | 2000-09-29 13:50:43 +0000 |
---|---|---|
committer | Martin Maher <martin.maher@openoffice.org> | 2000-09-29 13:50:43 +0000 |
commit | 71bda06a34e60932033964f97dd83a6e8826d01b (patch) | |
tree | 534811538a8360fb60d2e9783f1d7a1440bfe849 /sal/inc/osl | |
parent | 6bccb9f19e1a4eaaf419de53d8c71726b5d4ca88 (diff) |
Code cleanup.
Diffstat (limited to 'sal/inc/osl')
-rw-r--r-- | sal/inc/osl/mutex.hxx | 38 | ||||
-rw-r--r-- | sal/inc/osl/pipe.h | 32 | ||||
-rw-r--r-- | sal/inc/osl/process.h | 101 | ||||
-rw-r--r-- | sal/inc/osl/profile.h | 56 | ||||
-rw-r--r-- | sal/inc/osl/profile.hxx | 35 | ||||
-rw-r--r-- | sal/inc/osl/security.h | 69 | ||||
-rw-r--r-- | sal/inc/osl/semaphor.h | 38 | ||||
-rw-r--r-- | sal/inc/osl/signal.h | 47 | ||||
-rw-r--r-- | sal/inc/osl/socket.h | 100 | ||||
-rw-r--r-- | sal/inc/osl/thread.h | 85 | ||||
-rw-r--r-- | sal/inc/osl/time.h | 47 |
11 files changed, 22 insertions, 626 deletions
diff --git a/sal/inc/osl/mutex.hxx b/sal/inc/osl/mutex.hxx index e428778fd113..713667bb7778 100644 --- a/sal/inc/osl/mutex.hxx +++ b/sal/inc/osl/mutex.hxx @@ -2,9 +2,9 @@ * * $RCSfile: mutex.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:40:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,37 +196,3 @@ namespace osl #endif /* __cplusplus */ #endif /* _OSL_MUTEX_HXX_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.10 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.9 2000/07/04 13:38:41 dbo -* mutex copy ctors make no sense -* -* Revision 1.8 2000/05/17 14:30:14 mfe -* comments upgraded -* -* Revision 1.7 2000/01/04 14:48:04 dbo -* #70396# corrected ClearableGuard -* -* Revision 1.6 1999/10/27 15:02:07 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.5 1999/10/18 09:08:41 rt -* syntax change in template for gcc for windows -* -* Revision 1.4 1999/10/05 10:23:31 obr -* changed OMutex to Mutex etc. -* -* Revision 1.3 1999/09/28 15:13:08 kr -* Protection -* -* Revision 1.2 1999/09/28 13:04:07 kr -* *** empty log message *** -* -* Revision 1.1 1999/09/23 12:09:22 kr -* inline header wrapper for mutex semaphore guard -* -*************************************************************************/ diff --git a/sal/inc/osl/pipe.h b/sal/inc/osl/pipe.h index 83ffa0a3bf97..02abf72a28bd 100644 --- a/sal/inc/osl/pipe.h +++ b/sal/inc/osl/pipe.h @@ -2,9 +2,9 @@ * * $RCSfile: pipe.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:40:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,31 +118,3 @@ oslPipeError SAL_CALL osl_getLastPipeError(oslPipe Pipe); #endif /* _OSL_PIPE_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.5 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.4 2000/05/17 14:30:14 mfe -* comments upgraded -* -* Revision 1.3 2000/03/16 16:43:52 obr -* Unicode API changes -* -* Revision 1.2 1999/10/27 15:02:07 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:19 jsc -* verschoben aus osl -* -* Revision 1.3 1999/08/05 11:14:37 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.2 1999/01/20 18:53:40 jsc -* #61011# Typumstellung -* -* Revision 1.1 1998/03/13 15:07:31 rh -* Cleanup of enum chaos and implemntation of pipes -* -*************************************************************************/ diff --git a/sal/inc/osl/process.h b/sal/inc/osl/process.h index e3cf3d77b5fc..e93b2042d041 100644 --- a/sal/inc/osl/process.h +++ b/sal/inc/osl/process.h @@ -2,9 +2,9 @@ * * $RCSfile: process.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:42:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -276,100 +276,3 @@ oslSocket SAL_CALL osl_receiveResourcePipe(oslPipe Pipe); #endif /* _OSL_PROCESS_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.13 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.12 2000/07/31 17:41:51 mfe -* send and receive resource dummy implemented -* -* Revision 1.11 2000/07/21 16:15:41 mfe -* IO resource funcs added -* -* Revision 1.10 2000/06/18 12:18:57 obr -* enable inheritance of nspr file handles -* -* Revision 1.9 2000/05/17 14:30:14 mfe -* comments upgraded -* -* Revision 1.8 2000/03/31 17:02:04 rs -* UNICODE-Changes -* -* Revision 1.7 2000/03/27 09:17:50 hro -* UNICODE New osl_getThreadTextEncoding -* -* Revision 1.6 2000/03/20 15:23:15 obr -* Unicode API changes -* -* Revision 1.5 2000/03/17 13:41:25 obr -* Fixed parameter/docu -* -* Revision 1.4 2000/03/17 13:05:34 obr -* osl_getDefaulttextEncoding added. -* -* Revision 1.3 2000/03/17 12:03:56 obr -* Unicode API changes -* -* Revision 1.2 1999/10/27 15:02:08 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:19 jsc -* verschoben aus osl -* -* Revision 1.18 1999/08/05 11:14:38 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.17 1999/01/20 18:53:41 jsc -* #61011# Typumstellung -* -* Revision 1.16 1998/07/20 17:17:33 rh -* #53072, #53073 Bugfixes for 5.0 -* -* Revision 1.15 1998/03/13 15:07:31 rh -* Cleanup of enum chaos and implemntation of pipes -* -* Revision 1.14 1998/02/16 19:34:51 rh -* Cleanup of ports, integration of Size_t, features for process -* -* Revision 1.13 1997/11/28 08:55:50 fm -* osl_PTSOCKETSEMAPHORE added -* -* Revision 1.12 1997/09/22 16:36:15 rh -* terminate added -* -* Revision 1.11 1997/07/31 15:28:39 ts -* *** empty log message *** -* -* Revision 1.10 1997/07/25 10:01:07 fm -* *** empty log message *** -* -* Revision 1.9 1997/07/22 14:29:29 rh -* process added -* -* Revision 1.8 1997/07/18 08:45:13 ts -* *** empty log message *** -* -* Revision 1.7 1997/07/17 19:01:44 ts -* *** empty log message *** -* -* Revision 1.6 1997/07/17 11:20:54 ts -* *** empty log message *** -* -* Revision 1.5 1997/07/17 11:02:27 rh -* Header adapted and profile added -* -* Revision 1.4 1997/07/15 19:01:58 rh -* system.h inserted -* -* Revision 1.3 1997/07/14 09:09:11 rh -* Adaptions for killable sleeps -* -* Revision 1.2 1997/07/11 10:14:28 ts -* *** empty log message *** -* -* Revision 1.1 1997/07/11 07:33:02 rh -* added -* -*************************************************************************/ diff --git a/sal/inc/osl/profile.h b/sal/inc/osl/profile.h index 360e36b70155..ed63b03277df 100644 --- a/sal/inc/osl/profile.h +++ b/sal/inc/osl/profile.h @@ -2,9 +2,9 @@ * * $RCSfile: profile.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:43:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -151,55 +151,3 @@ sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, #endif /* _OSL_PROFILE_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.8 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.7 2000/05/17 14:50:15 mfe -* comments upgraded -* -* Revision 1.6 2000/03/22 17:06:42 mfe -* #73273# #72225# : now a UniCode Version -* -* Revision 1.5 2000/03/22 16:58:30 mfe -* #73273# #72225# : new Option for writing via flush without lock -* -* Revision 1.3 2000/03/06 14:14:46 mfe -* #73273# : added osl_flushProfile -* -* Revision 1.2 1999/10/27 15:02:08 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:19 jsc -* verschoben aus osl -* -* Revision 1.8 1999/08/05 11:14:39 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.7 1999/01/20 18:53:41 jsc -* #61011# Typumstellung -* -* Revision 1.6 1998/05/04 10:44:01 rh -* Added osl_getProfileSections, minor changes on Unix signals, -* starting every process under unix in a separate thread, -* fix unix thread problem, when freeing a handle of a running thread -* -* Revision 1.5 1998/03/13 15:07:32 rh -* Cleanup of enum chaos and implemntation of pipes -* -* Revision 1.4 1998/02/16 19:34:51 rh -* Cleanup of ports, integration of Size_t, features for process -* -* Revision 1.3 1997/12/12 14:15:21 rh -* Added CR/LF conversion, locking and system integration -* -* Revision 1.2 1997/09/18 10:57:28 rh -* getProfileName added -* -* Revision 1.1 1997/07/17 11:02:27 rh -* Header adapted and profile added -* -*************************************************************************/ - diff --git a/sal/inc/osl/profile.hxx b/sal/inc/osl/profile.hxx index 6fd53441e269..26f2eed12823 100644 --- a/sal/inc/osl/profile.hxx +++ b/sal/inc/osl/profile.hxx @@ -2,9 +2,9 @@ * * $RCSfile: profile.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:12 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:39:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -243,34 +243,3 @@ namespace osl { #endif /* _OSL_PROFILE_HXX_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.9 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.8 2000/05/31 08:52:40 obr -* inline statement fixed -* -* Revision 1.7 2000/05/17 14:50:15 mfe -* comments upgraded -* -* Revision 1.6 2000/03/16 16:43:53 obr -* Unicode API changes -* -* Revision 1.5 2000/03/06 14:15:08 mfe -* #73273# : added flush() method -* -* Revision 1.4 1999/11/09 16:15:25 pl -* add: correct namespace -* -* Revision 1.3 1999/10/27 15:02:08 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.2 1999/09/30 11:45:58 pl -* use OStrings to get rid of buffers -* -* Revision 1.1 1999/09/30 08:26:57 kr -* profile header inline wrapper -* -*************************************************************************/ diff --git a/sal/inc/osl/security.h b/sal/inc/osl/security.h index d98683f39a58..2cd313a0157e 100644 --- a/sal/inc/osl/security.h +++ b/sal/inc/osl/security.h @@ -2,9 +2,9 @@ * * $RCSfile: security.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:43:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,68 +196,3 @@ void SAL_CALL osl_unloadUserProfile(oslSecurity Security); #endif /* _OSL_SECURITY_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.7 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.6 2000/05/17 14:50:15 mfe -* comments upgraded -* -* Revision 1.5 2000/03/31 16:55:43 rs -* UNICODE-Changes -* -* Revision 1.4 2000/03/16 16:43:53 obr -* Unicode API changes -* -* Revision 1.3 1999/11/18 09:44:26 mfe -* loadUserprofile moved from process.c to security.c -* -* Revision 1.2 1999/10/27 15:02:08 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:20 jsc -* verschoben aus osl -* -* Revision 1.13 1999/08/05 11:14:41 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.12 1999/07/09 15:35:33 br -* BR: fuer win16 -* -* Revision 1.11 1999/01/20 18:53:41 jsc -* #61011# Typumstellung -* -* Revision 1.10 1998/09/18 15:33:41 rh -* #56761# neue locations fr cfg/ini files -* -* Revision 1.9 1998/03/13 15:07:32 rh -* Cleanup of enum chaos and implemntation of pipes -* -* Revision 1.8 1998/02/16 19:34:51 rh -* Cleanup of ports, integration of Size_t, features for process -* -* Revision 1.7 1997/10/21 14:22:21 ts -* Abfrage, ob ein Benutzer Adminstratorrechte hat eingebaut -* -* Revision 1.6 1997/10/17 16:00:44 ts -* osl_logonUserOnFileServer hinzugefuegt -* -* Revision 1.5 1997/10/14 07:52:51 fm -* *** empty log message *** -* -* Revision 1.4 1997/07/31 15:28:39 ts -* *** empty log message *** -* -* Revision 1.3 1997/07/22 14:29:30 rh -* process added -* -* Revision 1.2 1997/07/17 19:01:45 ts -* *** empty log message *** -* -* Revision 1.1 1997/07/17 11:22:18 ts -* *** empty log message *** -* -*************************************************************************/ - diff --git a/sal/inc/osl/semaphor.h b/sal/inc/osl/semaphor.h index 911778cb0b82..fdcd68f0290f 100644 --- a/sal/inc/osl/semaphor.h +++ b/sal/inc/osl/semaphor.h @@ -2,9 +2,9 @@ * * $RCSfile: semaphor.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:44:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,38 +109,4 @@ sal_Bool SAL_CALL osl_releaseSemaphore(oslSemaphore Semaphore); #endif /* _OSL_SEMAPHORE_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.4 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.3 2000/05/17 14:50:15 mfe -* comments upgraded -* -* Revision 1.2 1999/10/27 15:02:08 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:20 jsc -* verschoben aus osl -* -* Revision 1.6 1999/08/05 11:14:41 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.5 1999/01/20 18:53:41 jsc -* #61011# Typumstellung -* -* Revision 1.4 1998/02/16 19:34:52 rh -* Cleanup of ports, integration of Size_t, features for process -* -* Revision 1.3 1997/07/31 15:28:40 ts -* *** empty log message *** -* -* Revision 1.2 1997/07/17 11:02:28 rh -* Header adapted and profile added -* -* Revision 1.1 1997/06/19 13:10:10 bho -* first version of OSL. -* -*************************************************************************/ diff --git a/sal/inc/osl/signal.h b/sal/inc/osl/signal.h index 439dd2feb60a..9a0928a79482 100644 --- a/sal/inc/osl/signal.h +++ b/sal/inc/osl/signal.h @@ -2,9 +2,9 @@ * * $RCSfile: signal.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:45:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,46 +137,3 @@ oslSignalAction SAL_CALL osl_raiseSignal(sal_Int32 UserSignal, void* UserData); #endif /* _OSL_SIGNAL_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.8 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.7 2000/08/11 16:46:28 pl -* #77400# #76899# corrected define -* -* Revision 1.6 2000/08/11 16:31:40 pl -* #77400# add OSL_SIGNAL_USER_RVPCONNECTIONERROR -* -* Revision 1.5 2000/05/29 16:45:16 hro -* SRC591: Explicite SAL_CALL calling convention -* -* Revision 1.4 2000/05/17 14:50:15 mfe -* comments upgraded -* -* Revision 1.3 1999/12/22 13:37:55 mfe -* #71232# : added Alarm Signal Type -* -* Revision 1.2 1999/10/27 15:02:08 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:20 jsc -* verschoben aus osl -* -* Revision 1.5 1999/08/05 11:14:42 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.4 1999/04/22 07:54:04 rh -* #63033# Deliver breakpoints via signal TSignal_DebugBreak -* -* Revision 1.3 1999/01/20 18:53:41 jsc -* #61011# Typumstellung -* -* Revision 1.2 1998/03/13 15:07:32 rh -* Cleanup of enum chaos and implemntation of pipes -* -* Revision 1.1 1998/03/06 15:42:09 rh -* Added signal handling -* -*************************************************************************/ diff --git a/sal/inc/osl/socket.h b/sal/inc/osl/socket.h index d20ebb9ad422..b98f965587d5 100644 --- a/sal/inc/osl/socket.h +++ b/sal/inc/osl/socket.h @@ -2,9 +2,9 @@ * * $RCSfile: socket.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:45:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -903,99 +903,3 @@ void SAL_CALL osl_closeSocket(oslSocket Socket); #endif /* _OSL_SOCKET_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.8 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.7 2000/06/27 15:45:29 mhu -* Added function osl_createInetBroadcastAddr(). -* -* Revision 1.6 2000/05/17 14:50:15 mfe -* comments upgraded -* -* Revision 1.5 2000/03/31 15:56:19 rs -* UNICODE-Changes -* -* Revision 1.4 2000/03/20 08:56:22 obr -* Unicode API changes -* -* Revision 1.3 2000/03/16 16:43:53 obr -* Unicode API changes -* -* Revision 1.2 1999/10/27 15:02:08 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:20 jsc -* verschoben aus osl -* -* Revision 1.22 1999/08/05 11:14:43 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.21 1999/07/21 16:13:06 ts -* #67730# changed channel maneger api -* -* Revision 1.20 1999/03/04 09:58:37 rh -* #62583 compare socketaddr -* -* Revision 1.19 1999/01/20 18:53:41 jsc -* #61011# Typumstellung -* -* Revision 1.18 1998/03/13 15:07:32 rh -* Cleanup of enum chaos and implemntation of pipes -* -* Revision 1.17 1998/02/16 19:34:52 rh -* Cleanup of ports, integration of sal_uInt32, features for process -* -* Revision 1.16 1997/12/09 10:55:40 mib -* AIX -* -* Revision 1.15 1997/11/25 10:14:40 fm -* initial release for S/390 -* -* Revision 1.14 1997/10/16 16:12:04 rh -* *** empty log message *** -* -* Revision 1.13 1997/10/15 10:26:02 mhu -* Added function: sal_Bool osl_getLocalHostname (sal_Char *pBuffer, int BufferSize) -* -* Revision 1.12 1997/09/15 10:53:54 mhu -* Added function osl_copyHostAddr(const oslHostAddr Addr). -* -* Revision 1.11 1997/09/09 12:03:29 fm -* *** empty log message *** -* -* Revision 1.10 1997/09/08 17:17:53 mhu -* Added support for domain name resolution (oslHostAddr). -* -* Revision 1.9 1997/09/04 09:51:44 rh -* Blockmode -* -* Revision 1.8 1997/08/23 20:36:40 rh -* return value for name resolving -* -* Revision 1.7 1997/08/22 14:47:36 rh -* TimeValue inserted -* -* Revision 1.6 1997/07/31 18:28:54 rh -* Standard types adapted -* -* Revision 1.5 1997/07/31 15:28:40 ts -* *** empty log message *** -* -* Revision 1.4 1997/07/17 11:02:28 rh -* Header adapted and profile added -* -* Revision 1.3 1997/06/25 13:16:31 rh -* Formatting -* -* Revision 1.2 1997/06/25 08:44:40 bho -* !changed implementation of sems to SYS V, because POSIX Sems are not -* supported yet by solaris. -* -* Revision 1.1 1997/06/19 13:10:11 bho -* first version of OSL. -* -*************************************************************************/ - diff --git a/sal/inc/osl/thread.h b/sal/inc/osl/thread.h index d5670d778932..37a9b41558fe 100644 --- a/sal/inc/osl/thread.h +++ b/sal/inc/osl/thread.h @@ -2,9 +2,9 @@ * * $RCSfile: thread.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hro $ $Date: 2000-09-29 10:54:37 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:46:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -253,84 +253,3 @@ rtl_TextEncoding SAL_CALL osl_setThreadTextEncoding(rtl_TextEncoding Encoding); #endif /* _OSL_THREAD_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.1.1.1 2000/09/18 15:17:13 hr -* initial import -* -* Revision 1.9 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.8 2000/07/31 09:34:24 mfe -* changed declaration of setthreadtextenconding -* -* Revision 1.7 2000/07/27 20:23:46 patrick.luby -* Set osl_setThreadTextEncoding prototype to match function definition in -* osl/unx/thread.c file. -* -* Revision 1.6 2000/05/29 16:45:16 hro -* SRC591: Explicite SAL_CALL calling convention -* -* Revision 1.5 2000/05/17 14:50:15 mfe -* comments upgraded -* -* Revision 1.4 2000/03/27 09:16:51 hro -* UNICODE New osl_getThreadTextEncoding -* -* Revision 1.3 1999/12/22 13:38:17 mfe -* some clean up -* -* Revision 1.2 1999/10/27 15:02:08 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:20 jsc -* verschoben aus osl -* -* Revision 1.15 1999/08/05 11:14:44 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.14 1999/03/19 09:05:58 jsc -* #60455# osl_isCurrentThresad entfernt -* -* Revision 1.13 1999/01/20 18:53:41 jsc -* #61011# Typumstellung -* -* Revision 1.12 1998/11/05 11:13:16 rh -* #59037# Thread local storage implementation -* -* Revision 1.11 1998/03/13 15:07:33 rh -* Cleanup of enum chaos and implemntation of pipes -* -* Revision 1.10 1998/02/26 18:35:27 rh -* Avoid unix zombies and rename oslThreadHandle to oslThread -* -* Revision 1.9 1998/02/16 19:34:52 rh -* Cleanup of ports, integration of Size_t, features for process -* -* Revision 1.8 1997/10/16 16:35:51 rh -* *** empty log message *** -* -* Revision 1.7 1997/10/16 16:26:08 rh -* *** empty log message *** -* -* Revision 1.6 1997/09/09 12:03:30 fm -* *** empty log message *** -* -* Revision 1.5 1997/08/22 14:47:38 rh -* TimeValue inserted -* -* Revision 1.4 1997/07/22 14:29:30 rh -* process added -* -* Revision 1.3 1997/07/17 11:02:29 rh -* Header adapted and profile added -* -* Revision 1.2 1997/07/14 09:09:12 rh -* Adaptions for killable sleeps -* -* Revision 1.1 1997/06/19 13:10:13 bho -* first version of OSL. -* -*************************************************************************/ - diff --git a/sal/inc/osl/time.h b/sal/inc/osl/time.h index 660159935e9e..9895904dc3d6 100644 --- a/sal/inc/osl/time.h +++ b/sal/inc/osl/time.h @@ -2,9 +2,9 @@ * * $RCSfile: time.h,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:13 $ + * last change: $Author: martin.maher $ $Date: 2000-09-29 14:47:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -167,46 +167,3 @@ sal_Bool SAL_CALL osl_getSystemTimeFromLocalTime( TimeValue* pLocalTimeVal, Time #endif /* _OSL_TIME_H_ */ -/************************************************************************* -* -* $Log: not supported by cvs2svn $ -* Revision 1.6 2000/09/18 14:28:49 willem.vandorp -* OpenOffice header added. -* -* Revision 1.5 2000/08/18 14:01:05 rs -* new time functions -* -* Revision 1.4 2000/07/26 15:12:52 rs -* DateTime functions -* -* Revision 1.3 2000/05/17 14:50:15 mfe -* comments upgraded -* -* Revision 1.2 1999/10/27 15:02:09 mfe -* Change of Copyright, removed compiler warnings, code clean up, ... -* -* Revision 1.1 1999/08/05 10:18:20 jsc -* verschoben aus osl -* -* Revision 1.7 1999/08/05 11:14:44 jsc -* verschoben in root inc-Verzeichnis -* -* Revision 1.6 1999/01/20 18:53:41 jsc -* #61011# Typumstellung -* -* Revision 1.5 1998/03/13 15:07:33 rh -* Cleanup of enum chaos and implemntation of pipes -* -* Revision 1.4 1998/02/16 19:34:52 rh -* Cleanup of ports, integration of Size_t, features for process -* -* Revision 1.3 1997/08/22 14:47:38 rh -* TimeValue inserted -* -* Revision 1.2 1997/07/23 07:07:02 rh -* Change Micor to Nano-seconds -* -* Revision 1.1 1997/07/21 19:13:13 rh -* getSystemTime added -* -*************************************************************************/ |