INTEGRATION: CWS ooo64bit01 (1.3.42); FILE MERGED
2004/03/16 23:54:14 fa 1.3.42.1: Merge cws_srx644_port64bit, other misc fixes
This commit is contained in:
parent
f5c02dc128
commit
e45abcf5ce
1 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: uuid.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2003-12-01 16:10:27 $
|
||||
* last change: $Author: rt $ $Date: 2004-06-17 13:28:50 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -179,14 +179,14 @@ public:
|
|||
UuidRandomPoolHolder() : pool( rtl_random_createPool() ) {}
|
||||
~UuidRandomPoolHolder();
|
||||
|
||||
rtlRandomError addBytes( const void *Buffer,sal_uInt32 Bytes )
|
||||
rtlRandomError addBytes( const void *Buffer, sal_Size Bytes )
|
||||
{
|
||||
return rtl_random_addBytes( pool, Buffer, Bytes );
|
||||
}
|
||||
|
||||
rtlRandomError getBytes( void *Buffer, sal_uInt32 Bytes )
|
||||
rtlRandomError getBytes( void *Buffer, sal_Size Bytes )
|
||||
{
|
||||
return rtl_random_getBytes( pool, Buffer , Bytes );
|
||||
return rtl_random_getBytes( pool, Buffer, Bytes );
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue