loggingservices/eventlogger/LogWrap/inc/LOGWRAPLIMITS.H
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef LOGWRAPLIMITS_H
       
    17 #define LOGWRAPLIMITS_H
       
    18 
       
    19 #include <e32base.h>
       
    20 #include <logwrapconst.h>
       
    21 
       
    22 /**
       
    23 String lengths
       
    24 @publishedPartner
       
    25 @released
       
    26 */
       
    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;
       
    34 
       
    35 /**
       
    36 Limits
       
    37 @publishedPartner
       
    38 @released
       
    39 */
       
    40    
       
    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;
       
    50 
       
    51 #endif