idlefw/plugins/shortcutplugin/inc/aidefaultshortcut.h
branchRCL_3
changeset 8 d0529222e3f0
parent 4 1a2a00e78665
child 11 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Platform default shortcuts.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef AIDEFAULTSHORTCUT_H
       
    20 #define AIDEFAULTSHORTCUT_H
       
    21 
       
    22 #include <e32def.h> // for TInt
       
    23 #include <e32cmn.h> // for TUid, TDes
       
    24 
       
    25 
       
    26 class TAiDefaultShortcut
       
    27 {
       
    28 public:
       
    29     /**
       
    30      * Get S60 platform default shortcut uid and definition for index aIndex.
       
    31      *
       
    32      */
       
    33     static void GetDefaultShortcut(TInt aIndex, TUid& aUid, TDes& aDefinition);
       
    34 
       
    35 };
       
    36 
       
    37 #endif