equal
deleted
inserted
replaced
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 @publishedAll |
24 @publishedPartner |
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 @publishedAll |
37 @publishedPartner |
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; |