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 LOGENGEVENTS_H
17 #define LOGENGEVENTS_H
20 #include <logfilterandeventconstants.hrh>
21 #include <logwrapconst.h>
24 Location Requested by On Board Application Event Uid.
28 const TUid KLogLbsSelfLocateEventTypeUid = {KLogLbsSelfLocateEventType};
31 Location Requested by Remote Party Event Uid.
35 const TUid KLogLbsExternalLocateEventTypeUid = {KLogLbsExternalLocateEventType};
38 Location Sent to Remote Party Event Uid.
42 const TUid KLogLbsTransmitLocationEventTypeUid = {KLogLbsTransmitLocationEventType};
45 Location Determined by Network Event Uid.
49 const TUid KLogLbsNetworkLocateEventTypeUid = {KLogLbsNetworkLocateEventType};
52 Location Data Obtained from Network Event Uid.
56 const TUid KLogLbsAssistanceDataEventTypeUid = {KLogLbsAssistanceDataEventType};
59 Uid for Packet data event type
63 const TUid KLogPacketDataEventTypeUid = {KLogPacketDataEventType};
69 const TLogFlags KLogEventContactSearched = 0x2;