emailcontacts/remotecontactlookup/engine/inc/engine.hrh
branchRCL_3
changeset 33 da5135c61bad
parent 32 a3a1ae9acec6
child 34 cd2816114bd1
equal deleted inserted replaced
32:a3a1ae9acec6 33:da5135c61bad
     1 /*
       
     2 * Copyright (c) 2008 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 the engine.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef ENGINE_HRH
       
    20 #define ENGINE_HRH
       
    21 
       
    22 enum TRclCommands
       
    23      {
       
    24      ERclCmdViewDetails = 1,
       
    25      ERclCmdAddAsRecipient,
       
    26      ERclCmdAddToContacts,
       
    27      ERclCmdSaveToContacts,
       
    28      ERclCmdNewSearch,
       
    29      ERclCmdCall,
       
    30      ERclCmdVoiceCall,
       
    31      ERclCmdVideoCall,
       
    32      ERclCmdVoip,
       
    33      ERclCmdSend,
       
    34      ERclCmdSendMsg,
       
    35      ERclCmdSendBusinessCard,
       
    36      ERclCmdSendAudioMsg,
       
    37      ERclCmdSendEmail,
       
    38      ERclCmdSendMeetingReq,
       
    39      ERclCmdToContact,
       
    40      ERclCmdSendCallbackReq,
       
    41      ERclCmdUpdateExisting,
       
    42      ERclCmdCreateNew,
       
    43      ERclCmdTalk,
       
    44      ERclCmdHelp
       
    45      };
       
    46 
       
    47 enum TListBoxType
       
    48      {
       
    49      ERclSearchResultListBox = 9,
       
    50      ERclResultInfoListBox
       
    51      };
       
    52 
       
    53 #define KRclWaitDialogId 1001
       
    54 
       
    55 #define KRclQueryTextMaxLength 40
       
    56 
       
    57 #endif // ENGINE_HRH