kerneltest/e32test/rm_debug/d_rmdebugthread.h
branchRCL_3
changeset 22 2f92ad2dc5db
parent 21 e7d2d738d3c2
child 23 1df514389a47
equal deleted inserted replaced
21:e7d2d738d3c2 22:2f92ad2dc5db
     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