phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
--- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h	Fri Jun 04 10:19:18 2010 +0100
+++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h	Wed Jun 23 18:12:20 2010 +0300
@@ -93,14 +93,6 @@
      */
     void showGlobalErrorNote(int &noteId, int errorCode);
     
-    /**
-     Shows the basic service list.
-     @param     title                   Heading to be used for the list.
-     @param     basicServiceGroupIds    Basic services to be listed. 
-     */
-    void showBasicServiceList(
-        const QString &title, 
-        const QList<unsigned char> &basicServiceGroupIds);
     
     /**
      Shows detailed call divert information about the selected divert service
@@ -138,15 +130,14 @@
      Slot for HbDialog finished singal.
      */
     void finishedPasswordQueryDialog(HbAction* action);
-    
-private:
-    
+
     /**
-     Resolves basic service group name by identifier.
-     @param     basicServiceGroupId     Group identifier.
-     @return    Group name.
+     Shows notification dialog. 
+     @param     text        Text to show on a dialog.
      */
-    QString basicServiceGroupName(BasicServiceGroups basicServiceGroupId) const;
+    void showNotificationDialog(const QString& text);
+
+private:
     
     /**
      Formats phone number according to locale specific rules.