phonebookengines/contactsmodel/cntview/ViewBase.cpp
changeset 37 fd64c38c277d
parent 25 76a2435edfd4
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "ecom/ecom.h"		// for recomsession
    18 // System includess
       
    19 #include "ecom/ecom.h"		// For REComSession
    19 #include <ecom/ecomresolverparams.h>
    20 #include <ecom/ecomresolverparams.h>
    20 
    21 
    21 // User includes
    22 // User includes
    22 #include <cntviewbase.h>
    23 #include <cntviewbase.h>
    23 #include "cntstd.h"
    24 #include "cntstd.h"
    24 #include <cntviewfindconfig.h>
    25 #include <cntviewfindconfig.h>
    25 #include "cviewcontactextension.h"
    26 #include "cviewcontactextension.h"
    26 #include <cntviewsortplugin.h>
    27 #include <cntviewsortplugin.h>
    27 #include "cntviewprivate.h"
    28 #include "cntviewprivate.h"
       
    29 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    30 #include <cntviewsortpluginbase.h>
       
    31 #endif
    28 
    32 
    29 extern void DebugLogViewNotification(const TDesC& aMethod, const TContactViewEvent& aEvent);
    33 extern void DebugLogViewNotification(const TDesC& aMethod, const TContactViewEvent& aEvent);
    30 
    34 
    31 //uncomment in conjunction with LocalView and T_Cnt_ViewSortProfiling
    35 //uncomment in conjunction with LocalView and T_Cnt_ViewSortProfiling
    32 //#define __PROFILE_SORT__
    36 //#define __PROFILE_SORT__