--- a/connectivitylayer/isce/isirouter_dll/inc/isithreadcontainer.h Wed Apr 21 14:29:55 2010 +0300
+++ b/connectivitylayer/isce/isirouter_dll/inc/isithreadcontainer.h Tue Oct 19 13:16:20 2010 +0300
@@ -18,10 +18,10 @@
#ifndef __ISITHREADCONTAINER_H__
#define __ISITHREADCONTAINER_H__
-#include "misichannelrouterif.h" // For MISIChannelRouterIf
+#include "misiobjectrouterif.h" // For MISIObjectRouterIf
-const TUint8 KAmountOfKernelThreads( 5 );
-const TUint8 KAmountOfUserThreads( 5 );
+const TUint8 KAmountOfKernelThreads( 1 );
+const TUint8 KAmountOfUserThreads( 1 );
NONSHARABLE_CLASS( DISIThreadContainer ) : public DBase
{
@@ -31,14 +31,14 @@
DISIThreadContainer();
~DISIThreadContainer();
- TDfcQue* AllocateThread( const MISIChannelRouterIf::TISIDfcQThreadType aType );
+ TDfcQue* AllocateThread( const MISIObjectRouterIf::TISIDfcQThreadType aType );
void DeallocateThread( TDfcQue* );
TDfcQue* ReserveKernelThread();
TDfcQue* ReserveUserThread();
private:
-
+ // synch
// Owned
TDfcQue* iKClientDfcQueList[ KAmountOfKernelThreads ];
TDfcQue* iUClientDfcQueList[ KAmountOfUserThreads ];