ccservices/cmsservices/cmsengine/Server/inc/cmsphonebookproxy.h
branchRCL_3
changeset 32 2828b4d142c0
parent 15 e8e3147d53eb
child 35 4ae315f230bc
--- a/ccservices/cmsservices/cmsengine/Server/inc/cmsphonebookproxy.h	Tue Apr 27 16:23:35 2010 +0300
+++ b/ccservices/cmsservices/cmsengine/Server/inc/cmsphonebookproxy.h	Tue May 11 16:00:21 2010 +0300
@@ -187,6 +187,11 @@
         * Set default attribute for voice call
         */
         void SetVoiceCallDefaultL( MVPbkStoreContact* aContact );
+        
+        /**
+         * Set contact
+         */
+        void SetContact( MVPbkStoreContact* aContact );
 
     public:
         
@@ -323,7 +328,14 @@
         /// Array to keep a list of installed xSP stores. Owned.
         CDesCArrayFlat                          ixSPStoresArray;
         /// Default setting handle
-        CmsSetVoiceCallDefault*                 iSetDefault;
+        CmsSetVoiceCallDefault*                 iSetDefault;        
+        // Current contact, not Owned
+        MVPbkStoreContact* iContact; 
+        // ETrue, if the current activated contact store ready
+        TBool iCurrentContactStoreReady;
+        // Completed stores
+        RPointerArray<HBufC> iReadyStores;
+        
     };
 
 #endif  //__CMSPHONEBOOKPROXY__