diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:12:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:12:58 +0000 |
commit | ec2b283e63918e115bf8e1a5247a77ab83c3eb03 (patch) | |
tree | 9a120d6e7d68e6107aa976bd557a96d7d86a3357 /cppu/source/threadpool/threadpool.hxx | |
parent | 4027faeae0dd5e9ba25f4518fe6e4d34ab9ccc7a (diff) |
INTEGRATION: CWS warnings01 (1.1.1.1.196); FILE MERGED
2005/09/22 20:43:49 sb 1.1.1.1.196.2: RESYNC: (1.1.1.1-1.2); FILE MERGED
2005/08/31 13:43:20 sb 1.1.1.1.196.1: #i53898# Made code warning-free.
Diffstat (limited to 'cppu/source/threadpool/threadpool.hxx')
-rw-r--r-- | cppu/source/threadpool/threadpool.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/threadpool/threadpool.hxx b/cppu/source/threadpool/threadpool.hxx index e35857fd1a2c..22464a6b6d9a 100644 --- a/cppu/source/threadpool/threadpool.hxx +++ b/cppu/source/threadpool/threadpool.hxx @@ -4,9 +4,9 @@ * * $RCSfile: threadpool.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2006-04-26 20:50:44 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:12:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -112,7 +112,7 @@ namespace cppu_threadpool { void addJob( const ByteSequence &aThreadId, sal_Bool bAsynchron, void *pThreadSpecificData, - void ( SAL_CALL * doRequest ) ( void * ) ); + RequestFun * doRequest ); void prepare( const ByteSequence &aThreadId ); void * enter( const ByteSequence &aThreadId, sal_Int64 nDisposeId ); |