phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkpluginform.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 46 bc5a64e5bc3c
--- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkpluginform.cpp	Tue Jun 15 14:14:38 2010 +0100
+++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkpluginform.cpp	Thu Jul 22 16:33:21 2010 +0100
@@ -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
@@ -96,10 +96,9 @@
 // CpNetworkPluginForm::operatorSelectionStateChanged
 // -----------------------------------------------------------------------------
 //
-void CpNetworkPluginForm::operatorSelectionStateChanged( 
-        bool index )
+void CpNetworkPluginForm::operatorSelectionStateChanged(  )
     {
-    SMC_MOCK_METHOD1( void, bool, index )
+    SMC_MOCK_METHOD0( void )
     }
 
 
@@ -182,4 +181,14 @@
 //        PSetNetworkWrapper::RegistrationStatus &, status )
     }
 
+// -----------------------------------------------------------------------------
+// CpNetworkPluginForm::finishedManualSelectiondialog
+// -----------------------------------------------------------------------------
+//
+void CpNetworkPluginForm::finishedManualSelectiondialog( 
+        HbAction* /*action*/  )
+    {
+   // SMC_MOCK_METHOD1( void, HbAction *, action )
+    }
 
+