diff -r 578830873419 -r ecc8def7944a emailuis/nmailui/inc/nmsendserviceinterface.h --- a/emailuis/nmailui/inc/nmsendserviceinterface.h Fri Apr 16 14:51:52 2010 +0300 +++ b/emailuis/nmailui/inc/nmsendserviceinterface.h Mon May 03 12:23:15 2010 +0300 @@ -1,20 +1,20 @@ /* - * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). - * All rights reserved. - * This component and the accompanying materials are made available - * under the terms of "Eclipse Public License v1.0" - * which accompanies this distribution, and is available - * at the URL "http://www.eclipse.org/legal/epl-v10.html". - * - * Initial Contributors: - * Nokia Corporation - initial contribution. - * - * Contributors: - * - * Description: NMail Application service interface used for interfacing between - * QT highway and other applications - * - */ +* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: NMail Application service interface used for interfacing between +* QT highway and other applications +* +*/ #ifndef NMSENDSERVICEINTERFACE_H_ #define NMSENDSERVICEINTERFACE_H_ @@ -48,7 +48,8 @@ public: - NmSendServiceInterface(QObject *parent, + NmSendServiceInterface(QString interfaceName, + QObject *parent, NmUiEngine &mailboxListModel, NmApplication* application);