diff -r bc5a64e5bc3c -r 377c906a8701 phoneapp/phoneuiqtviewadapter/tsrc/ut_phonemessagecontroller/phoneapplauncher_stub.cpp --- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonemessagecontroller/phoneapplauncher_stub.cpp Tue Jul 06 14:15:47 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,92 +0,0 @@ -/* -* 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: -* -*/ - -#include - -#include "phoneapplauncher.h" -#include "qtphonelog.h" - -QList gList; - -/*! - PhoneAppLauncher::PhoneAppLauncher. - */ -PhoneAppLauncher::PhoneAppLauncher(QObject *parent) - : QObject(parent) -{ - PHONE_TRACE; -} - - -/*! - PhoneAppLauncher::~PhoneAppLauncher. - */ -PhoneAppLauncher::~PhoneAppLauncher() -{ - PHONE_TRACE; -} - -/*! - PhoneAppLauncher::launchMessaging. - */ -void PhoneAppLauncher::launchMessaging( - const QString &toField, - const QString &name, - const QString &messageBody) -{ - gList.append(toField); - gList.append(name); - gList.append(messageBody); -} - -/*! - PhoneAppLauncher::launchContacts. - */ -void PhoneAppLauncher::launchContacts() -{ - -} - -/*! - PhoneAppLauncher::launchLogs. - */ -void PhoneAppLauncher::launchLogs( - int activatedView, - bool showDialpad, - const QString &dialpadText) -{ - Q_UNUSED(activatedView); - Q_UNUSED(showDialpad); - Q_UNUSED(dialpadText); -} - -/*! - PhoneAppLauncher::sendServiceRequest. - */ -void PhoneAppLauncher::sendServiceRequest( - const QString &service, - const QString &interface, - const QString &function, - const QList &arguments) -{ - Q_UNUSED(service); - Q_UNUSED(interface); - Q_UNUSED(function); - Q_UNUSED(arguments); -} - -// end of file