Update contrib.
1 // Copyright (c) 1995-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 "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.
14 // Class declaration for the windows-dependent derived class
18 #ifndef __DEBLOGWN_H__
19 #define __DEBLOGWN_H__
25 class CDebugLogWin: public CDebugLogDevice
29 virtual ~CDebugLogWin();
30 //Pure virtual functions from CDebugLogDevice
31 void ConstructL(TBool aIsFirst, TDesC &aParams);
32 void WriteToLogL(const TDesC &aDes, const TDesC &aDes2);
33 void WriteToLog8L(const TDesC8 &aDes, const TDesC8 &aDes2);
37 TBuf<LogTBufSize> iTextBuf;
40 TInt logWinMain(TAny *);
41 const TUint KHeapSize=0x8000;