charconvfw/SortUtil/inc/SortUtilElaf.h
changeset 0 1fb32624e06b
child 16 56cd22a7a1cb
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:     
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #ifndef SORTUTILELAF_H
       
    24 #define SORTUTILELAF_H
       
    25 
       
    26 //  INCLUDES
       
    27 #include "SortUtil.h"
       
    28 
       
    29 // CLASS DECLARATION
       
    30 
       
    31 /**
       
    32  * MSortUtil ELAF implementation.
       
    33  */
       
    34 NONSHARABLE_CLASS(TSortUtilElaf) : public MSortUtil
       
    35     {
       
    36     public:
       
    37         TSortUtilElaf();
       
    38         ~TSortUtilElaf();
       
    39 
       
    40     public: // from MSortUtil
       
    41         TInt CompareItems(const MSortKeyArray& aLhs, const MSortKeyArray& aRhs) const;
       
    42     };
       
    43 
       
    44 #endif // SORTUTILELAF_H
       
    45 
       
    46 // End of File