loggingservices/eventlogger/LogWrap/inc/LOGENGEVENTS.H
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 00:35:00 +0300
branchRCL_3
changeset 25 047f208ea78f
parent 0 08ec8eefde2f
permissions -rw-r--r--
Revision: 201035 Kit: 201035

// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#ifndef LOGENGEVENTS_H
#define LOGENGEVENTS_H

#include <e32std.h>
#include <logfilterandeventconstants.hrh>
#include <logwrapconst.h>

/**
Location Requested by On Board Application Event Uid.
@publishedPartner
@released
*/
const TUid KLogLbsSelfLocateEventTypeUid = {KLogLbsSelfLocateEventType};

/**
Location Requested by Remote Party Event Uid.
@publishedPartner
@released
*/
const TUid KLogLbsExternalLocateEventTypeUid = {KLogLbsExternalLocateEventType};

/**
Location Sent to Remote Party Event Uid.
@publishedPartner
@released
*/
const TUid KLogLbsTransmitLocationEventTypeUid = {KLogLbsTransmitLocationEventType};

/**
Location Determined by Network Event Uid.
@publishedPartner
@released
*/
const TUid KLogLbsNetworkLocateEventTypeUid = {KLogLbsNetworkLocateEventType};

/**
Location Data Obtained from Network Event Uid.
@publishedPartner
@released
*/
const TUid KLogLbsAssistanceDataEventTypeUid = {KLogLbsAssistanceDataEventType};

/**
Uid for Packet data event type
@publishedPartner
@released
*/
const TUid KLogPacketDataEventTypeUid = {KLogPacketDataEventType};
/**
Event flag
@publishedPartner
@released
*/
const TLogFlags KLogEventContactSearched = 0x2;

#endif