phonebookui/Phonebook2/ccapplication/ccapp/ccapputil/inc/ccapputilheaders.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Headers of ccapputil
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __CCAPPUTILHEADERS_H__
       
    20 #define __CCAPPUTILHEADERS_H__
       
    21 
       
    22 //common logger
       
    23 #include "ccalogger.h"
       
    24 #define KCCAppUtilLogFile CCA_L("ccapputil.txt")
       
    25 
       
    26 //own
       
    27 #include "ccaparameter.h"
       
    28 
       
    29 //CMS wrapper related
       
    30 #include "cmscontactfield.h"
       
    31 #include "cmscontactfieldinfo.h"
       
    32 #include "cmscontactfielditem.h"
       
    33 #include "cmssession.h"
       
    34 #include "cmscontact.h"
       
    35 #include "cmspresencedata.h"
       
    36 
       
    37 // view / container baseclass related
       
    38 #include <aknViewAppUi.h>
       
    39 #include <AknUtils.h>
       
    40 
       
    41 // own functionality
       
    42 #include <ccappviewpluginakncontainer.h>
       
    43 #include <ccappviewpluginaknview.h>
       
    44 #include "ccacmscontactfetcherwrapper.h"
       
    45 
       
    46 #include "../../inc/ccaappappui.h"
       
    47 
       
    48 #endif // __CCAPPUTILHEADERS_H__