meetingrequest/mrgui/inc/esmrgui.rh
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c)  Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    53     WORD    id;
    53     WORD    id;
    54     LLINK   txt; // TBUF
    54     LLINK   txt; // TBUF
    55     }
    55     }
    56 
    56 
    57 // ---------------------------------------------------------------------------
    57 // ---------------------------------------------------------------------------
       
    58 // ESMR_UNIFIED
       
    59 //
       
    60 // ---------------------------------------------------------------------------
       
    61 //
       
    62 STRUCT ESMR_UNIFIED
       
    63     {
       
    64     WORD    id;
       
    65     LLINK   txt; // TBUF
       
    66     }
       
    67 
       
    68 // ---------------------------------------------------------------------------
    58 // ESMR_PRIORITY
    69 // ESMR_PRIORITY
    59 //
    70 //
    60 // ---------------------------------------------------------------------------
    71 // ---------------------------------------------------------------------------
    61 //
    72 //
    62 STRUCT ESMR_PRIORITY
    73 STRUCT ESMR_PRIORITY
    94     {
   105     {
    95     STRUCT sync[]; // synchronization (SYNC)
   106     STRUCT sync[]; // synchronization (SYNC)
    96     }
   107     }
    97 
   108 
    98 // ---------------------------------------------------------------------------
   109 // ---------------------------------------------------------------------------
       
   110 // ESMR_UNIFIED_TABLE
       
   111 //
       
   112 // ---------------------------------------------------------------------------
       
   113 //
       
   114 STRUCT ESMR_UNIFIED_TABLE  
       
   115     {
       
   116     STRUCT unified[]; // event type in unified editor (UNIFIED)
       
   117     }
       
   118 
       
   119 // ---------------------------------------------------------------------------
    99 // ESMR_PRIORITY_TABLE
   120 // ESMR_PRIORITY_TABLE
   100 //
   121 //
   101 // ---------------------------------------------------------------------------
   122 // ---------------------------------------------------------------------------
   102 //
   123 //
   103 STRUCT ESMR_PRIORITY_TABLE
   124 STRUCT ESMR_PRIORITY_TABLE