phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExtensionPlugin.h
branchRCL_3
changeset 35 4ae315f230bc
parent 3 04ab22b956c2
child 64 c1e8ba0c2b16
--- a/phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExtensionPlugin.h	Tue May 11 16:00:21 2010 +0300
+++ b/phonebookui/Phonebook2/NamesListExtension/inc/Pbk2NamesListExtensionPlugin.h	Tue May 25 12:26:45 2010 +0300
@@ -155,6 +155,7 @@
     TBool IsTopContact( const MVPbkBaseContact* aContact );
     MVPbkContactLink* MyCardLink() const;
     void InitLocalStoreObserverL();
+    void InitAdnStoreObserverL();
 
     private: // Data
     MCCAConnection* iCCAConnection;  // own
@@ -165,6 +166,7 @@
     TInt iLocalStoreContactsCount;
     // Not own:
     MVPbkContactStore* iLocalStore;
+    MVPbkContactStore* iAdnStore;
     // Own
     CPbk2ApplicationServices*  iAppServices;
     };