harvesterplugins/file/traces/cfilemonitorTraces.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 __CFILEMONITORTRACES_H__
    20 #ifndef __CFILEMONITORTRACES_H__
     5 #define __CFILEMONITORTRACES_H__
    21 #define __CFILEMONITORTRACES_H__
     6 
    22 
    42 #define DUP2_CFILEMONITOR_REMOVENOTIFICATIONPATHS 0x860027
    58 #define DUP2_CFILEMONITOR_REMOVENOTIFICATIONPATHS 0x860027
    43 #define DUP3_CFILEMONITOR_REMOVENOTIFICATIONPATHS 0x860028
    59 #define DUP3_CFILEMONITOR_REMOVENOTIFICATIONPATHS 0x860028
    44 
    60 
    45 
    61 
    46 #ifndef __KERNEL_MODE__
    62 #ifndef __KERNEL_MODE__
       
    63 #ifndef __OSTTRACEGEN1_TUINT32_CONST_TDESC16REF__
       
    64 #define __OSTTRACEGEN1_TUINT32_CONST_TDESC16REF__
       
    65 
    47 inline TBool OstTraceGen1( TUint32 aTraceID, const TDesC16& aParam1 )
    66 inline TBool OstTraceGen1( TUint32 aTraceID, const TDesC16& aParam1 )
    48     {
    67     {
    49     TBool retval;
    68     TBool retval;
    50     TInt size = aParam1.Size();
    69     TInt size = aParam1.Size();
    51     // BTrace assumes that parameter size is atleast 4 bytes
    70     // BTrace assumes that parameter size is atleast 4 bytes
    76         // Data is written directly and length is determined from trace message length
    95         // Data is written directly and length is determined from trace message length
    77         retval = OstSendNBytes( EXTRACT_GROUP_ID(aTraceID), EOstTrace, KOstTraceComponentID, aTraceID, ptr, size );
    96         retval = OstSendNBytes( EXTRACT_GROUP_ID(aTraceID), EOstTrace, KOstTraceComponentID, aTraceID, ptr, size );
    78         }
    97         }
    79     return retval;
    98     return retval;
    80     }
    99     }
       
   100 
       
   101 #endif // __OSTTRACEGEN1_TUINT32_CONST_TDESC16REF__
       
   102 
    81 #endif
   103 #endif
    82 
   104 
    83 
   105 
    84 #endif
   106 #endif
    85 
   107