epoc32/include/logeng.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
--- a/epoc32/include/logeng.h	Wed Mar 31 12:27:01 2010 +0100
+++ b/epoc32/include/logeng.h	Wed Mar 31 12:33:34 2010 +0100
@@ -1,9 +1,9 @@
 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
-// 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
+// under the terms of "Eclipse Public License v1.0"
 // which accompanies this distribution, and is available
-// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
 //
 // Initial Contributors:
 // Nokia Corporation - initial contribution.
@@ -20,6 +20,12 @@
 #include <logwrap.h>
 #include <logwrap.hrh>
 
+#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS 
+	#include <logengdurations.h>
+	#include <logengevents.h>
+	#include <logsmspdudata.h>
+#endif
+
 /**
 Event types
 @publishedAll
@@ -39,31 +45,6 @@
 const TUid KLogTaskSchedulerEventTypeUid = {KLogTaskSchedulerEventType};
 
 /**
-Event types
-@publishedPartner
-@released
-*/
-/** Lbs events. */
-const TUid KLogLbsSelfLocateEventTypeUid = {KLogLbsSelfLocateEventType};
-const TUid KLogLbsExternalLocateEventTypeUid = {KLogLbsExternalLocateEventType};
-const TUid KLogLbsTransmitLocationEventTypeUid = {KLogLbsTransmitLocationEventType};
-const TUid KLogLbsNetworkLocateEventTypeUid = {KLogLbsNetworkLocateEventType};
-const TUid KLogLbsAssistanceDataEventTypeUid = {KLogLbsAssistanceDataEventType};
-
-/**
-@internalComponent
-*/
-const TUid KLogPacketDataEventTypeUid = {KLogPacketDataEventType};
-
-/**
-Duration Types
-@internalComponent
-*/
-const TLogDurationType KLogDurationNone = 0;
-const TLogDurationType KLogDurationValid = 1;
-const TLogDurationType KLogDurationData = 2;
- 
-/**
 Flags
 Marks an event as having been "read".
 @publishedAll
@@ -71,24 +52,4 @@
 */
 const TLogFlags KLogEventRead = 0x1;
 
-/**
-@internalComponent
-*/
-const TLogFlags KLogEventContactSearched = 0x2;
-
-class TLogSmsPduData
-/**
-The following should be used to store SMS PDU info in event data
-@internalComponent
-*/
-	{
-public:
-	TInt iType; // message type;
-	TInt iTotal;   //  total number of parts
-	TInt iSent;   //  total number of parts sent
-	TInt iDelivered;  //  total number of parts delivered to destination
-	TInt iFailed;  //  total number of parts failed to be delivered to destination
-	TInt iReceived;  //  total number of parts received for DELIVERs or SUBMITs read from the phone/SIM 
-	};
-
 #endif