phoneengine/networkhandlingstarter/tsrc/mocks/mock_cppluginlauncher.cpp
changeset 45 6b911d05207e
parent 27 2f8f8080a020
--- 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 )
+    }
+
+