phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkpluginform.cpp
changeset 46 bc5a64e5bc3c
parent 45 6b911d05207e
child 51 f39ed5e045e0
child 60 1eef62f5c541
--- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkpluginform.cpp	Wed Jun 23 18:12:20 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkpluginform.cpp	Tue Jul 06 14:15:47 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
@@ -59,46 +59,6 @@
     SMC_MOCK_METHOD0( void )
     }
 
-
-// -----------------------------------------------------------------------------
-// CpNetworkPluginForm::showGlobalProgressNote
-// -----------------------------------------------------------------------------
-//
-void CpNetworkPluginForm::showGlobalProgressNote( 
-        int & noteId,
-        const QString & text )
-    {
-    SMC_MOCK_METHOD2( void, int &, noteId, 
-        const QString &, text )
-    }
-
-
-// -----------------------------------------------------------------------------
-// CpNetworkPluginForm::showGlobalNote
-// -----------------------------------------------------------------------------
-//
-void CpNetworkPluginForm::showGlobalNote( 
-        int & ,
-        const QString & ,
-        HbMessageBox::MessageBoxType  )
-    {
-   // SMC_MOCK_METHOD3( void, int &, noteId, 
-   //     const QString &, text, 
-   //     HbMessageBox::MessageBoxType, msgBoxType )
-    }
-
-
-// -----------------------------------------------------------------------------
-// CpNetworkPluginForm::cancelNote
-// -----------------------------------------------------------------------------
-//
-void CpNetworkPluginForm::cancelNote( 
-        int noteId )
-    {
-    SMC_MOCK_METHOD1( void, int, noteId )
-    }
-
-
 // -----------------------------------------------------------------------------
 // CpNetworkPluginForm::cellularDataUseHomeStateChanged
 // -----------------------------------------------------------------------------