phoneuis/easydialing/edcontactor/inc/edcontactorheaders.h
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 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:  ccacontactor's headers
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __EDCONTACTORHEADERS_H__
       
    20 #define __EDCONTACTORHEADERS_H__
       
    21 
       
    22 
       
    23 // Constants
       
    24 #include <e32cons.h>
       
    25 _LIT( KColon, ":" );
       
    26 
       
    27 // system
       
    28 #include <e32base.h>
       
    29 #include <bautils.h>
       
    30 #include <coeutils.h>
       
    31 #include <coemain.h>
       
    32 #include <apgcli.h> 
       
    33 #include <apgtask.h>
       
    34 #include <eikenv.h>
       
    35 
       
    36 //Phbk 
       
    37 #include <VPbkFieldTypeSelectorFactory.h>
       
    38 
       
    39 // AIW
       
    40 #include <AiwCommon.h>
       
    41 #include <AiwServiceHandler.h>
       
    42 #include <AiwGenericParam.h>
       
    43 #include <AiwContactSelectionDataTypes.h>
       
    44 #include <AiwVariant.h>
       
    45 #include <AiwGenericParam.hrh>
       
    46 #include <aiwdialdataext.h>
       
    47 
       
    48 
       
    49 //SPSettings
       
    50 #include <spsettings.h>
       
    51 #include <spproperty.h>
       
    52 
       
    53 //Sendui
       
    54 #include <SenduiMtmUids.h>
       
    55 #include <sendui.h>
       
    56 #include <CMessageData.h>
       
    57 #include <commonphoneparser.h>
       
    58 #include <CSendingServiceInfo.h>
       
    59 
       
    60 //IM plugin
       
    61 #include <cmscontactorimpluginbase.h>
       
    62 
       
    63 //own
       
    64 #include "edcontactor.h"
       
    65 #include "edcontactoroperation.h"
       
    66 #include "edcontactorcalloperation.h"
       
    67 #include "edcontactorvideocalloperation.h"
       
    68 #include "edcontactorunieditoroperation.h"
       
    69 #include "edcontactoremailoperation.h"
       
    70 #include "edcontactorvoipoperation.h"
       
    71 #include "edcontactorimoperation.h"
       
    72 #include "edmsgeditors.h"
       
    73 #include "edphonecall.h"
       
    74 
       
    75 #endif // __EDCONTACTORHEADERS_H__