phoneuis/easydialing/inc/easydialingplugin.h
branchRCL_3
changeset 14 b8d67d6176f5
parent 12 b68fcd923911
child 23 40a3f856b14d
--- a/phoneuis/easydialing/inc/easydialingplugin.h	Tue May 25 12:41:50 2010 +0300
+++ b/phoneuis/easydialing/inc/easydialingplugin.h	Wed Jun 09 09:41:11 2010 +0300
@@ -30,9 +30,6 @@
 #include "medcontactorobserver.h"
 #include "easydialingcontactdatamanager.h"  // for TNameOrder
 
-// Phonebook engine API
-#include <MVPbkContactStoreListObserver.h>
-
 // ListBox Observer API
 #include <eiklbo.h>
 
@@ -78,7 +75,6 @@
 * Easy dialing plugin.
 */
 class CEasyDialingPlugin : public CDialingExtensionInterface,
-                           public MVPbkContactStoreListObserver,
                            public MPsResultsObserver,
                            public MCCAObserver,
                            public MEasyDialingCenrepListenerObserver,
@@ -220,27 +216,6 @@
 public:
 
     /**
-     * From MVPbkContactStoreListObserver.
-     */
-    void StoreReady(MVPbkContactStore& aContactStore);
-    
-    /**
-     * From MVPbkContactStoreListObserver.
-     */
-    void StoreUnavailable(MVPbkContactStore& aContactStore, TInt aReason);
-    
-    /**
-     * From MVPbkContactStoreListObserver.
-     */
-    void HandleStoreEventL( MVPbkContactStore& aContactStore, 
-                            TVPbkContactStoreEvent aStoreEvent);
-    
-    /**
-     * From MVPbkContactStoreListObserver.
-     */
-    void OpenComplete();
-    
-    /**
     * From MEasyDialingCenrepListenerObserver.
     */
     void EasyDialingSettingsChanged( TInt aValue );
@@ -446,6 +421,11 @@
      */  
     void SetInfoLabelColourL();
     
+    /**
+     * Sets info label visibility.
+     */  
+    void SetInfoLabelVisibleL( TBool aVisible );
+    
 private:
 
     /** Textual version of current search string. */