camerauis/cameraapp/generic/inc/mcaminfolistboxitemsorter.h
branchRCL_3
changeset 24 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Declaration of Item Sorter Interface for Info Listboxes.
       
    15 *                Provides a standard interface for externalising the
       
    16 *                sorting of Info Listbox items.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef M_CAM_INFOLISTBOXITEMSORTER_H
       
    22 #define M_CAM_INFOLISTBOXITEMSORTER_H
       
    23 
       
    24 // ===========================================================================
       
    25 // Forward declarations
       
    26 class CCamInfoListboxItemBase;
       
    27 
       
    28 // ===========================================================================
       
    29 // Class declarations
       
    30 class MCamInfoListboxItemSorter
       
    31   {
       
    32   public:
       
    33     virtual void SortItems( RPointerArray<CCamInfoListboxItemBase>& aItems ) const = 0;
       
    34   };
       
    35 
       
    36 #endif // M_CAM_INFOLISTBOXITEMSORTER_H
       
    37 
       
    38 // ===========================================================================
       
    39 // end of file