Update contrib.
1 // Copyright (c) 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.
16 #ifndef LOGWRAPLIMITS_H
17 #define LOGWRAPLIMITS_H
20 #include <logwrapconst.h>
27 const TInt KLogMaxRemotePartyLength = 64;
28 const TInt KLogMaxDirectionLength = 64;
29 const TInt KLogMaxStatusLength = 64;
30 const TInt KLogMaxSubjectLength = 64;
31 const TInt KLogMaxDescriptionLength = 64;
32 const TInt KLogMaxSharedStringLength = 64;
33 const TInt KLogMaxNumberLength = 100;
41 const TLogId KLogNullId = -1;
42 const TLogDurationType KLogNullDurationType = -1;
43 const TLogDuration KLogNullDuration = 0;
44 const TLogLink KLogNullLink = 0;
45 const TLogRecentList KLogNullRecentList = -1;
46 const TLogStringId KLogNullStringId = -1;
47 const TLogTypeId KLogNullTypeId = -1;
48 const TInt KLogFlagsCount = 4;
49 const TInt KLogNeverUsedId = -2;