meetingrequest/mrcommon/inc/mrbcplugin.rh
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     1 /*
       
     2 * Copyright (c)  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:  Resource headers for project esmrservices
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MRBCPLUGIN_RH
       
    20 #define MRBCPLUGIN_RH
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 // Resource definition for plug-in info
       
    24 // ---------------------------------------------------------------------------
       
    25 //
       
    26 STRUCT MR_BCPLUGIN_INFO
       
    27     {
       
    28     LONG version;           // Version information
       
    29     LONG event_type;        // Supported event types (See esmrdef.h)
       
    30     STRUCT command_table[]; // command ID table (MR_BCPLUGIN_COMMAND)
       
    31     }
       
    32 
       
    33 // ---------------------------------------------------------------------------
       
    34 // Resource definition for plug-in command id
       
    35 // ---------------------------------------------------------------------------
       
    36 //
       
    37 STRUCT MR_BCPLUGIN_COMMAND
       
    38     {
       
    39     LONG   command_id;          // Command identifier
       
    40     LONG   check_entry_type;    // Entry type needs to be checked
       
    41     }
       
    42 
       
    43 #endif // MRBCPLUGIN_RH
       
    44 
       
    45 // EOF