phonebookengines/contactsmodel/cntmodel/src/ccontactprivate.cpp
changeset 37 fd64c38c277d
parent 24 0ba2181d7c28
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
    26 #include <cntdb.h>
    26 #include <cntdb.h>
    27 #include "cntstd.h"
    27 #include "cntstd.h"
    28 #include "rcntmodel.h"
    28 #include "rcntmodel.h"
    29 #include "ccontactprivate.h"
    29 #include "ccontactprivate.h"
    30 #include "cntviewprivate.h"
    30 #include "cntviewprivate.h"
       
    31 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    32 #include "cntdb_internal.h"
       
    33 #include "cntsyncecom.h"
       
    34 #endif
    31 
    35 
    32 
    36 
    33 const TInt KMaxItemsInTemplateCache = 8; // Maximum number of cached templates.
    37 const TInt KMaxItemsInTemplateCache = 8; // Maximum number of cached templates.
    34 const TInt KInitialSortArraySize = 20; // Initial size of sort array.
    38 const TInt KInitialSortArraySize = 20; // Initial size of sort array.
    35 
    39