debugsrv/runmodedebug/rmdebug_test/rm_debug/debug_targets/d_rmdebugthread.h
changeset 56 aa2539c91954
parent 54 a151135b0cf9
child 60 e54443a6878c
child 62 1c2bb2fc7c87
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // t_rmdebugthread.h
       
    15 // Definitions for the run mode debug test thread.
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef RMDEBUGSVRTHRD_H
       
    20 #define RMDEBUGSVRTHRD_H
       
    21 
       
    22 #define SYMBIAN_RMDBG_MEMORYSIZE    1024*4
       
    23 
       
    24 // Thread name
       
    25 _LIT(KDebugThreadName,"DebugThread");
       
    26 
       
    27 const TUint KDebugThreadDefaultHeapSize=0x10000;
       
    28 
       
    29 class CDebugServThread : public CBase
       
    30 	{
       
    31 	public:
       
    32 		CDebugServThread();
       
    33 		static TInt ThreadFunction(TAny* aStarted);    
       
    34 
       
    35 	public:
       
    36 	};
       
    37 
       
    38 #endif // RMDEBUGSVRTHRD_H