diff -r a3a1ae9acec6 -r da5135c61bad meetingrequest/mrgui/inc/esmrgui.rh --- a/meetingrequest/mrgui/inc/esmrgui.rh Mon Mar 15 12:39:10 2010 +0200 +++ b/meetingrequest/mrgui/inc/esmrgui.rh Wed Mar 31 21:08:33 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -55,6 +55,17 @@ } // --------------------------------------------------------------------------- +// ESMR_UNIFIED +// +// --------------------------------------------------------------------------- +// +STRUCT ESMR_UNIFIED + { + WORD id; + LLINK txt; // TBUF + } + +// --------------------------------------------------------------------------- // ESMR_PRIORITY // // --------------------------------------------------------------------------- @@ -96,6 +107,16 @@ } // --------------------------------------------------------------------------- +// ESMR_UNIFIED_TABLE +// +// --------------------------------------------------------------------------- +// +STRUCT ESMR_UNIFIED_TABLE + { + STRUCT unified[]; // event type in unified editor (UNIFIED) + } + +// --------------------------------------------------------------------------- // ESMR_PRIORITY_TABLE // // ---------------------------------------------------------------------------