harvesterplugins/contacts/traces/ccontactspluginTraces.h
changeset 26 367228f82b66
parent 2 208a4ba3894c
equal deleted inserted replaced
24:1abfa342db42 26:367228f82b66
     1 // Created by TraceCompiler 2.1.2
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15  *
       
    16 */
       
    17 // Created by TraceCompiler 2.3.0
     2 // DO NOT EDIT, CHANGES WILL BE LOST
    18 // DO NOT EDIT, CHANGES WILL BE LOST
     3 
    19 
     4 #ifndef __CCONTACTSPLUGINTRACES_H__
    20 #ifndef __CCONTACTSPLUGINTRACES_H__
     5 #define __CCONTACTSPLUGINTRACES_H__
    21 #define __CCONTACTSPLUGINTRACES_H__
     6 
    22 
    16 #define DUP3_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x860008
    32 #define DUP3_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x860008
    17 #define DUP4_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x860009
    33 #define DUP4_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x860009
    18 #define DUP5_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x86000a
    34 #define DUP5_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x86000a
    19 #define DUP6_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x86000b
    35 #define DUP6_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x86000b
    20 #define DUP7_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x86000c
    36 #define DUP7_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x86000c
       
    37 #define DUP8_CCONTACTSPLUGIN_CREATECONTACTINDEXITEML 0x86000d
       
    38 #define CCONTACTSPLUGIN_PAUSEPLUGINL_ENTRY 0x8a0001
       
    39 #define CCONTACTSPLUGIN_PAUSEPLUGINL_EXIT 0x8a0002
       
    40 #define CCONTACTSPLUGIN_RESUMEPLUGINL_ENTRY 0x8a0003
       
    41 #define CCONTACTSPLUGIN_RESUMEPLUGINL_EXIT 0x8a0004
       
    42 #define CCONTACTSPLUGIN_OVERWRITEORADDTOQUEUEL_ENTRY 0x8a0005
       
    43 #define CCONTACTSPLUGIN_OVERWRITEORADDTOQUEUEL_EXIT 0x8a0006
       
    44 #define DUP1_CCONTACTSPLUGIN_OVERWRITEORADDTOQUEUEL_EXIT 0x8a0007
       
    45 #define CCONTACTSPLUGIN_INDEXQUEUEDITEMS_ENTRY 0x8a0008
       
    46 #define CCONTACTSPLUGIN_INDEXQUEUEDITEMS_EXIT 0x8a0009
    21 
    47 
    22 
    48 
    23 #ifndef __KERNEL_MODE__
    49 #ifndef __KERNEL_MODE__
       
    50 #ifndef __OSTTRACEGEN1_TUINT32_CONST_TDESC16REF__
       
    51 #define __OSTTRACEGEN1_TUINT32_CONST_TDESC16REF__
       
    52 
    24 inline TBool OstTraceGen1( TUint32 aTraceID, const TDesC16& aParam1 )
    53 inline TBool OstTraceGen1( TUint32 aTraceID, const TDesC16& aParam1 )
    25     {
    54     {
    26     TBool retval;
    55     TBool retval;
    27     TInt size = aParam1.Size();
    56     TInt size = aParam1.Size();
    28     // BTrace assumes that parameter size is atleast 4 bytes
    57     // BTrace assumes that parameter size is atleast 4 bytes
    53         // Data is written directly and length is determined from trace message length
    82         // Data is written directly and length is determined from trace message length
    54         retval = OstSendNBytes( EXTRACT_GROUP_ID(aTraceID), EOstTrace, KOstTraceComponentID, aTraceID, ptr, size );
    83         retval = OstSendNBytes( EXTRACT_GROUP_ID(aTraceID), EOstTrace, KOstTraceComponentID, aTraceID, ptr, size );
    55         }
    84         }
    56     return retval;
    85     return retval;
    57     }
    86     }
       
    87 
       
    88 #endif // __OSTTRACEGEN1_TUINT32_CONST_TDESC16REF__
       
    89 
    58 #endif
    90 #endif
    59 
    91 
    60 
    92 
    61 #endif
    93 #endif
    62 
    94