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.
This commit is contained in:
Jens-Heiner Rechtien
2006-06-19 12:12:58 +00:00
parent 4027faeae0
commit ec2b283e63

View File

@@ -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 );