phonebookui/Phonebook2/inc/MPbk2FetchDlg.h
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
   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 
   121 
   128 
   122     protected: // Protected functions
   129     protected: // Protected functions
   123 
   130 
   124         /**
   131         /**
   125          * Protected destructor. Concrete fetch dialog objects are not
   132          * Protected destructor. Concrete fetch dialog objects are not