Kaydet (Commit) 48f3abc1 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS pj43 (1.6.20); FILE MERGED

2005/12/06 08:46:20 kendy 1.6.20.1: #i57694#
sal_uInt32 -> sal_Size in memAlloc()
üst 5198a42c
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: context.h,v $ * $RCSfile: context.h,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 22:11:39 $ * last change: $Author: hr $ $Date: 2005-12-28 17:32:03 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -189,7 +189,7 @@ remote_removeContextListener( remote_contextListenerFunc listener , void *pObjec ...@@ -189,7 +189,7 @@ remote_removeContextListener( remote_contextListenerFunc listener , void *pObjec
extern "C" rtl_uString ** SAL_CALL extern "C" rtl_uString ** SAL_CALL
remote_getContextList( remote_getContextList(
sal_Int32 *pnStringCount, sal_Int32 *pnStringCount,
void * ( SAL_CALL * memAlloc ) ( sal_uInt32 nBytesToAlloc ) ); void * ( SAL_CALL * memAlloc ) ( sal_Size nBytesToAlloc ) );
struct remote_BridgeImpl; struct remote_BridgeImpl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment