Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
15 // Definitions for the run mode debug test thread.
19 #ifndef RMDEBUGSVRTHRD_H
20 #define RMDEBUGSVRTHRD_H
22 #define SYMBIAN_RMDBG_MEMORYSIZE 1024*4
25 _LIT(KDebugThreadName,"DebugThread");
27 const TUint KDebugThreadDefaultHeapSize=0x10000;
29 class CDebugServThread : public CBase
33 static TInt ThreadFunction(TAny* aStarted);
38 #endif // RMDEBUGSVRTHRD_H