Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 2002-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
21 #include <logwrap.hrh>
29 const TUid KLogCallEventTypeUid = {KLogCallEventType};
31 const TUid KLogDataEventTypeUid = {KLogDataEventType};
33 const TUid KLogFaxEventTypeUid = {KLogFaxEventType};
35 const TUid KLogShortMessageEventTypeUid = {KLogShortMessageEventType};
37 const TUid KLogMailEventTypeUid = {KLogMailEventType};
38 /** Task scheduler event. */
39 const TUid KLogTaskSchedulerEventTypeUid = {KLogTaskSchedulerEventType};
47 const TUid KLogLbsSelfLocateEventTypeUid = {KLogLbsSelfLocateEventType};
48 const TUid KLogLbsExternalLocateEventTypeUid = {KLogLbsExternalLocateEventType};
49 const TUid KLogLbsTransmitLocationEventTypeUid = {KLogLbsTransmitLocationEventType};
50 const TUid KLogLbsNetworkLocateEventTypeUid = {KLogLbsNetworkLocateEventType};
51 const TUid KLogLbsAssistanceDataEventTypeUid = {KLogLbsAssistanceDataEventType};
56 const TUid KLogPacketDataEventTypeUid = {KLogPacketDataEventType};
62 const TLogDurationType KLogDurationNone = 0;
63 const TLogDurationType KLogDurationValid = 1;
64 const TLogDurationType KLogDurationData = 2;
68 Marks an event as having been "read".
72 const TLogFlags KLogEventRead = 0x1;
77 const TLogFlags KLogEventContactSearched = 0x2;
81 The following should be used to store SMS PDU info in event data
86 TInt iType; // message type;
87 TInt iTotal; // total number of parts
88 TInt iSent; // total number of parts sent
89 TInt iDelivered; // total number of parts delivered to destination
90 TInt iFailed; // total number of parts failed to be delivered to destination
91 TInt iReceived; // total number of parts received for DELIVERs or SUBMITs read from the phone/SIM