diff -r ba76fc04e6c2 -r 6b911d05207e phoneengine/networkhandlingstarter/tsrc/mocks/mock_cppluginlauncher.cpp --- a/phoneengine/networkhandlingstarter/tsrc/mocks/mock_cppluginlauncher.cpp Fri Jun 04 10:19:18 2010 +0100 +++ b/phoneengine/networkhandlingstarter/tsrc/mocks/mock_cppluginlauncher.cpp Wed Jun 23 18:12:20 2010 +0300 @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available @@ -33,3 +33,16 @@ } +// ----------------------------------------------------------------------------- +// CpPluginLauncher::launchSettingView +// ----------------------------------------------------------------------------- +// +CpBaseSettingView * CpPluginLauncher::launchSettingView( + const QString & pluginFile, + const QVariant & hint ) + { + SMC_MOCK_METHOD2( CpBaseSettingView *, const QString &, pluginFile, + const QVariant &, hint ) + } + +