uiservicetab/vimpstcmdprocess/inc/vimpstcmd.hrh
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     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:  A enum  IM command codes.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef VIMPSTCMD_HRH
       
    20 #define VIMPSTCMD_HRH
       
    21 
       
    22 /**
       
    23  * A enum
       
    24  * IM command codes.
       
    25  */
       
    26 enum TImCommandId
       
    27     {    
       
    28     EFirstCmd = 0, /* First command*/
       
    29     ELoginService, /* Login command*/
       
    30     ELogoutService, /* Logout command*/
       
    31     ELaunchCCA, /* Launch details view command*/
       
    32     EAddContact, /* Add contact command*/
       
    33     EDeleteContact, /* DElete contact command*/
       
    34     EChangeOwnStatus, /* Change own status command*/
       
    35     EChangeOwnMessage, /* change own message command*/
       
    36     ESearch, /* Search command*/
       
    37     EFriendAccpeted, /* Friend request accepted command*/
       
    38     EFriendRejected, /* Frined request rejected command*/
       
    39     EChangeOwnAvtar,
       
    40     ECloseConversation,
       
    41     EAddFromPbk,
       
    42     EAddToPbk,
       
    43     ECancelLogin,
       
    44     EEditContact,
       
    45     ECmdProcessSelectedContactNew,
       
    46     ECmdProcessSelectedContactExist,
       
    47     ECmdProcessAcceptedContactNew,
       
    48     ECmdProcessAcceptedContactExist,
       
    49     ECmdBlockContact,
       
    50     ECmdUnBlockContact,
       
    51     EFetchBlockedList,
       
    52     ELastCmd = 65535 /* Last command, some arbitrary number.*/
       
    53     };
       
    54 
       
    55 
       
    56 #endif // VIMPSTCMD_HRH
       
    57 
       
    58 // End of File