phonebookui/Phonebook2/inc/MPbk2FetchDlg.h
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   116          *                      EFalse to deselect contact.
   116          *                      EFalse to deselect contact.
   117          */
   117          */
   118         virtual void SelectContactL(
   118         virtual void SelectContactL(
   119                 const MVPbkContactLink& aLink,
   119                 const MVPbkContactLink& aLink,
   120                 TBool aSelected ) = 0;
   120                 TBool aSelected ) = 0;
   121         /**
       
   122          * Check whether selection is permitted
       
   123          * 
       
   124          * @return              Check result
       
   125          */
       
   126         virtual TBool IsSelectPermitted() = 0;
       
   127 
       
   128 
   121 
   129     protected: // Protected functions
   122     protected: // Protected functions
   130 
   123 
   131         /**
   124         /**
   132          * Protected destructor. Concrete fetch dialog objects are not
   125          * Protected destructor. Concrete fetch dialog objects are not