00001 /* 00002 * ============================================================================ 00003 * Name : akncustomtreeordering.h 00004 * Part of : UI Framework / Avkon 00005 * Description : Interface for implementing custom ordering for tree list. 00006 * Version : %version: 1 % 00007 * 00008 * Copyright © 2006 Nokia. All rights reserved. 00009 * This material, including documentation and any related computer 00010 * programs, is protected by copyright controlled by Nokia. All 00011 * rights are reserved. Copying, including reproducing, storing, 00012 * adapting or translating, any or all of this material requires the 00013 * prior written consent of Nokia. This material also contains 00014 * confidential information which may not be disclosed to others 00015 * without the prior written consent of Nokia. 00016 * ============================================================================ 00017 * Template version: 4.2 00018 */ 00019 00020 #ifndef M_AKNCUSTOMTREEORDERING_H 00021 #define M_AKNCUSTOMTREEORDERING_H 00022 00023 00024 #include <akntreelistconstants.h> 00025 00026 00037 class MAknCustomTreeOrdering 00038 { 00039 00040 public: 00041 00053 virtual TInt Compare( TAknTreeItemID aFirst, TAknTreeItemID aSecond ) = 0; 00054 00055 }; 00056 00057 00058 #endif // M_AKNCUSTOMTREEORDERING_H