harvesterplugins/messaging/smsmms/traces/cmessagepluginTraces.h
author hgs
Tue, 05 Oct 2010 13:32:14 +0530
changeset 26 367228f82b66
parent 9 4a2987baf8f7
permissions -rw-r--r--
201039
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
hgs
parents: 9
diff changeset
     1
/*
hgs
parents: 9
diff changeset
     2
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
hgs
parents: 9
diff changeset
     3
* All rights reserved.
hgs
parents: 9
diff changeset
     4
* This component and the accompanying materials are made available
hgs
parents: 9
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
hgs
parents: 9
diff changeset
     6
* which accompanies this distribution, and is available
hgs
parents: 9
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents: 9
diff changeset
     8
*
hgs
parents: 9
diff changeset
     9
* Initial Contributors:
hgs
parents: 9
diff changeset
    10
* Nokia Corporation - initial contribution.
hgs
parents: 9
diff changeset
    11
*
hgs
parents: 9
diff changeset
    12
* Contributors:
hgs
parents: 9
diff changeset
    13
*
hgs
parents: 9
diff changeset
    14
* Description:  
hgs
parents: 9
diff changeset
    15
*
hgs
parents: 9
diff changeset
    16
*/
hgs
parents: 9
diff changeset
    17
// Created by TraceCompiler 2.3.0
2
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    18
// DO NOT EDIT, CHANGES WILL BE LOST
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    19
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    20
#ifndef __CMESSAGEPLUGINTRACES_H__
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    21
#define __CMESSAGEPLUGINTRACES_H__
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    22
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    23
#define KOstTraceComponentID 0x2001f701
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    24
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    25
#define CMESSAGEPLUGIN_STARTHARVESTINGL_ENTRY 0x8a000f
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    26
#define CMESSAGEPLUGIN_STARTHARVESTINGL_EXIT 0x8a0010
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    27
#define CMESSAGEPLUGIN_MOUNTL_ENTRY 0x8a0011
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    28
#define CMESSAGEPLUGIN_MOUNTL_EXIT 0x8a0012
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    29
#define CMESSAGEPLUGIN_UNMOUNT_ENTRY 0x8a0013
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    30
#define CMESSAGEPLUGIN_UNMOUNT_EXIT 0x8a0014
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    31
#define CMESSAGEPLUGIN_DATABASEPATHLC_ENTRY 0x8a0015
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    32
#define CMESSAGEPLUGIN_DATABASEPATHLC_EXIT 0x8a0016
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    33
#define CMESSAGEPLUGIN_HANDLESESSIONEVENTL_ENTRY 0x8a0017
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    34
#define CMESSAGEPLUGIN_HANDLESESSIONEVENTL_EXIT 0x8a0018
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    35
#define CMESSAGEPLUGIN_CALCULATEMESSAGETYPE_ENTRY 0x8a0019
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    36
#define CMESSAGEPLUGIN_CALCULATEMESSAGETYPE_EXIT 0x8a001a
26
hgs
parents: 9
diff changeset
    37
#define CMESSAGEPLUGIN_PAUSEPLUGINL_ENTRY 0x8a0025
hgs
parents: 9
diff changeset
    38
#define CMESSAGEPLUGIN_PAUSEPLUGINL_EXIT 0x8a0026
hgs
parents: 9
diff changeset
    39
#define CMESSAGEPLUGIN_RESUMEPLUGINL_ENTRY 0x8a0027
hgs
parents: 9
diff changeset
    40
#define CMESSAGEPLUGIN_RESUMEPLUGINL_EXIT 0x8a0028
hgs
parents: 9
diff changeset
    41
#define CMESSAGEPLUGIN_MOUNTAVAILABLEDRIVESINQUEUE_ENTRY 0x8a0029
hgs
parents: 9
diff changeset
    42
#define CMESSAGEPLUGIN_MOUNTAVAILABLEDRIVESINQUEUE_EXIT 0x8a002a
2
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    43
#define CMESSAGEPLUGIN_CONSTRUCTL 0x86001f
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    44
#define CMESSAGEPLUGIN_STARTPLUGINL 0x860020
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    45
#define CMESSAGEPLUGIN_MOUNTL 0x860021
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    46
#define CMESSAGEPLUGIN_HANDLESESSIONEVENTL 0x860022
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    47
#define DUP1_CMESSAGEPLUGIN_HANDLESESSIONEVENTL 0x860023
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    48
#define DUP2_CMESSAGEPLUGIN_HANDLESESSIONEVENTL 0x860024
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    49
#define DUP3_CMESSAGEPLUGIN_HANDLESESSIONEVENTL 0x860025
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    50
#define CMESSAGEPLUGIN_CALCULATEMESSAGETYPE 0x860026
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    51
#define DUP1_CMESSAGEPLUGIN_CALCULATEMESSAGETYPE 0x860027
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    52
#define DUP5_CMESSAGEPLUGIN_CALCULATEMESSAGETYPE 0x86002b
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    53
#define DUP6_CMESSAGEPLUGIN_CALCULATEMESSAGETYPE 0x86002c
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    54
#define DUP7_CMESSAGEPLUGIN_CALCULATEMESSAGETYPE 0x86002d
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    55
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    56
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    57
#endif
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    58
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    59
// End of file
208a4ba3894c Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    60