emailuis/nmailui/inc/nmsendserviceinterface.h
changeset 20 ecc8def7944a
parent 18 578830873419
child 23 2dc6caa42ec3
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
     1 /*
     1 /*
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3 * All rights reserved.
     4  * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5  * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8  *
     8 *
     9  * Initial Contributors:
     9 * Initial Contributors:
    10  * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11  *
    11 *
    12  * Contributors:
    12 * Contributors:
    13  *
    13 *
    14  * Description: NMail Application service interface used for interfacing between
    14 * Description: NMail Application service interface used for interfacing between
    15  *              QT highway and other applications
    15 *              QT highway and other applications
    16  *
    16 *
    17  */
    17 */
    18 
    18 
    19 #ifndef NMSENDSERVICEINTERFACE_H_
    19 #ifndef NMSENDSERVICEINTERFACE_H_
    20 #define NMSENDSERVICEINTERFACE_H_
    20 #define NMSENDSERVICEINTERFACE_H_
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    46 {
    46 {
    47     Q_OBJECT
    47     Q_OBJECT
    48 
    48 
    49 public:
    49 public:
    50 
    50 
    51     NmSendServiceInterface(QObject *parent,
    51     NmSendServiceInterface(QString interfaceName,
       
    52                            QObject *parent,
    52                            NmUiEngine &mailboxListModel,
    53                            NmUiEngine &mailboxListModel,
    53                            NmApplication* application);
    54                            NmApplication* application);
    54 
    55 
    55 #ifndef NM_WINS_ENV
    56 #ifndef NM_WINS_ENV
    56     ~NmSendServiceInterface();
    57     ~NmSendServiceInterface();