loggingservices/eventlogger/LogWrap/inc/LOGWRAPLIMITS.H
branchRCL_3
changeset 25 047f208ea78f
parent 24 cc28652e0254
equal deleted inserted replaced
24:cc28652e0254 25:047f208ea78f
    19 #include <e32base.h>
    19 #include <e32base.h>
    20 #include <logwrapconst.h>
    20 #include <logwrapconst.h>
    21 
    21 
    22 /**
    22 /**
    23 String lengths
    23 String lengths
    24 @publishedPartner
    24 @publishedAll
    25 @released
    25 @released
    26 */
    26 */
    27 const TInt KLogMaxRemotePartyLength = 64;
    27 const TInt KLogMaxRemotePartyLength = 64;
    28 const TInt KLogMaxDirectionLength = 64;
    28 const TInt KLogMaxDirectionLength = 64;
    29 const TInt KLogMaxStatusLength = 64;
    29 const TInt KLogMaxStatusLength = 64;
    32 const TInt KLogMaxSharedStringLength = 64;
    32 const TInt KLogMaxSharedStringLength = 64;
    33 const TInt KLogMaxNumberLength = 100;
    33 const TInt KLogMaxNumberLength = 100;
    34 
    34 
    35 /**
    35 /**
    36 Limits
    36 Limits
    37 @publishedPartner
    37 @publishedAll
    38 @released
    38 @released
    39 */
    39 */
    40    
    40    
    41 const TLogId KLogNullId = -1;
    41 const TLogId KLogNullId = -1;
    42 const TLogDurationType KLogNullDurationType = -1;
    42 const TLogDurationType KLogNullDurationType = -1;