diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 12:26:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 12:26:00 +0000 |
commit | 096abcf8d772d4ba2df3de58a12ee67619ece1d5 (patch) | |
tree | ec698b00401b1264b9ab6a8581928e5c28a24895 /sal/inc | |
parent | 5ef37b9202109a4352a6b414ba98a24250cf2e9d (diff) |
INTEGRATION: CWS ooo64bit01 (1.4.248); FILE MERGED
2004/03/16 23:54:11 fa 1.4.248.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/rtl/random.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sal/inc/rtl/random.h b/sal/inc/rtl/random.h index da79b8780ccb..33190d7b0b2d 100644 --- a/sal/inc/rtl/random.h +++ b/sal/inc/rtl/random.h @@ -2,9 +2,9 @@ * * $RCSfile: random.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mhu $ $Date: 2001-11-29 19:12:42 $ + * last change: $Author: rt $ $Date: 2004-06-17 13:26:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ #ifndef _RTL_RANDOM_H_ -#define _RTL_RANDOM_H_ "$Revision: 1.4 $" +#define _RTL_RANDOM_H_ "$Revision: 1.5 $" #ifndef _SAL_TYPES_H_ #include <sal/types.h> @@ -120,7 +120,7 @@ void SAL_CALL rtl_random_destroyPool ( rtlRandomError SAL_CALL rtl_random_addBytes ( rtlRandomPool Pool, const void *Buffer, - sal_uInt32 Bytes + sal_Size Bytes ) SAL_THROW_EXTERN_C(); @@ -133,7 +133,7 @@ rtlRandomError SAL_CALL rtl_random_addBytes ( rtlRandomError SAL_CALL rtl_random_getBytes ( rtlRandomPool Pool, void *Buffer, - sal_uInt32 Bytes + sal_Size Bytes ) SAL_THROW_EXTERN_C(); /*======================================================================== |