phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpphonenotes.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 45 6b911d05207e
--- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpphonenotes.cpp	Tue Jun 15 14:14:38 2010 +0100
+++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpphonenotes.cpp	Thu Jul 22 16:33:21 2010 +0100
@@ -90,19 +90,6 @@
 
 
 // -----------------------------------------------------------------------------
-// CpPhoneNotes::showBasicServiceList
-// -----------------------------------------------------------------------------
-//
-void CpPhoneNotes::showBasicServiceList( 
-        const QString & title,
-        const QList<unsigned char> & basicServiceGroupIds )
-    {
-    SMC_MOCK_METHOD2( void, const QString &, title, 
-        const QList<unsigned char> &, basicServiceGroupIds )
-    }
-
-
-// -----------------------------------------------------------------------------
 // CpPhoneNotes::showCallDivertDetails
 // -----------------------------------------------------------------------------
 //
@@ -154,11 +141,20 @@
 // -----------------------------------------------------------------------------
 //
 void CpPhoneNotes::finishedPasswordQueryDialog( 
-        HbAction * action )
+        HbAction * /*action*/ )
     {
     //SMC_MOCK_METHOD1( void, HbAction *, action )
     }
 
+// -----------------------------------------------------------------------------
+// CpPhoneNotes::showNotificationDialog
+// -----------------------------------------------------------------------------
+//
+void CpPhoneNotes::showNotificationDialog( 
+        const QString & text )
+    {
+    SMC_MOCK_METHOD1( void, const QString &, text )
+    }
 
 // -----------------------------------------------------------------------------
 // CpPhoneNotes::activeNoteAboutToClose