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 serial device specific logging code
18 #if !defined(__DEBLOGSR_H__)
19 #define __DEBLOGSR_H__
21 #if !defined(__E32STD_H__)
25 #if !defined(__DEBUGLOG_H__)
29 #if !defined(__D32COMM_H__)
33 class CDebugLogSerial: public CDebugLogDevice
38 //Pure virtual functions from CDebugLogDevice
39 void ConstructL(TBool aIsFirst, TDesC &aParams);
40 void WriteToLogL(const TDesC &aDes, const TDesC &aDes2);
41 void WriteToLog8L(const TDesC8 &aDes, const TDesC8 &aDes2);
43 RBusDevComm iSerialPort;
46 const TUint KHeapSize=0x8000;