ccservices/cmsservices/cmsengine/Server/inc/cmsphonebookproxy.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 5 81f8547efd4f
child 11 2828b4d142c0
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
   184         ~CCmsPhonebookProxy();
   184         ~CCmsPhonebookProxy();
   185         
   185         
   186         /**
   186         /**
   187         * Set default attribute for voice call
   187         * Set default attribute for voice call
   188         */
   188         */
   189         void SetVoiceCallDefaultL();
   189         void SetVoiceCallDefaultL( MVPbkStoreContact* aContact );
   190 
   190 
   191     public:
   191     public:
   192         
   192         
   193         /**
   193         /**
   194         * Get the store opening status 
   194         * Get the store opening status 
   322         RFs&                                    iFileSessionHandle;
   322         RFs&                                    iFileSessionHandle;
   323         /// Array to keep a list of installed xSP stores. Owned.
   323         /// Array to keep a list of installed xSP stores. Owned.
   324         CDesCArrayFlat                          ixSPStoresArray;
   324         CDesCArrayFlat                          ixSPStoresArray;
   325         /// Default setting handle
   325         /// Default setting handle
   326         CmsSetVoiceCallDefault*                 iSetDefault;
   326         CmsSetVoiceCallDefault*                 iSetDefault;
   327         /// Store contact
       
   328         MVPbkStoreContact*                      iContact;
       
   329     };
   327     };
   330 
   328 
   331 #endif  //__CMSPHONEBOOKPROXY__
   329 #endif  //__CMSPHONEBOOKPROXY__
   332 
   330 
   333 
   331