voipplugins/accountcreationplugin/inc/accountcreationplugin.hrh
changeset 0 a4daefaec16c
equal deleted inserted replaced
-1:000000000000 0:a4daefaec16c
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Provides UIDs
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef ACCOUNTCREATIONPLUGIN_HRH
       
    19 #define ACCOUNTCREATIONPLUGIN_HRH
       
    20 
       
    21 /**
       
    22 * AIW requests.
       
    23 */
       
    24 enum TAcpAiwRequests
       
    25     {
       
    26     EInitialize = 1,
       
    27     EExecute,
       
    28     ELaunchedFromAI
       
    29     };
       
    30     
       
    31 enum TAcpCommands
       
    32     {
       
    33     EAcpDownload = 1,
       
    34     EAcpRefresh,
       
    35     EAcpHelp
       
    36     };
       
    37     
       
    38 enum TAcpAccountQueryResult
       
    39     {
       
    40     EAcpResultNotSet = 0,
       
    41     EAcpResultYes,
       
    42     EAcpResultNo,
       
    43     EAcpUseExistingAccount,
       
    44     EAcpCreateNewAccount
       
    45     };
       
    46 
       
    47 #endif // ACCOUNTCREATIONPLUGIN_HRH
       
    48 
       
    49 // End of file.