pictographs/AknPictograph/inc/AknStaticPictographDefKey.h
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Static pictograph definition key used for binary search.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef AKN_STATIC_PICTOGRAPH_DEF_KEY_H
       
    20 #define AKN_STATIC_PICTOGRAPH_DEF_KEY_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32std.h>
       
    24 
       
    25 // CLASS DECLARATION
       
    26 
       
    27 /**
       
    28 * Static pictograph definition key used for binary search.
       
    29 * @internal
       
    30 */
       
    31 NONSHARABLE_CLASS(TAknStaticPictographDefKey) : public TKey
       
    32     {
       
    33     public: // Constructor
       
    34 
       
    35         /**
       
    36         * C++ default constructor.
       
    37         */
       
    38         TAknStaticPictographDefKey();
       
    39 
       
    40     public: // From TKey
       
    41 
       
    42         TAny* At( TInt aIndex ) const;
       
    43     };
       
    44 
       
    45 #endif      // AKN_STATIC_PICTOGRAPH_DEF_KEY_H
       
    46             
       
    47 // End of File