example/fbcontactfetcherplugin/fbcontactfetcherplugin.h
changeset 23 574948b60dab
parent 17 106a4bfcb866
child 26 83d6a149c755
equal deleted inserted replaced
22:b2eb79881f9d 23:574948b60dab
   110 	
   110 	
   111 	/**
   111 	/**
   112 	 * Method to search for a contact in a group
   112 	 * Method to search for a contact in a group
   113 	 * @param aRequest [out] The request data to be sent to network
   113 	 * @param aRequest [out] The request data to be sent to network
   114 	 * @param aGroup the group in which to search
   114 	 * @param aGroup the group in which to search
       
   115 	 * @param aContact The contact to be searched, default (NULL) is the self contact.
   115 	 * @param aPageNum The page to be extracted
   116 	 * @param aPageNum The page to be extracted
   116 	 * @param aItemsPerPage Number of items per page
   117 	 * @param aItemsPerPage Number of items per page
   117 	 * @return SmfPluginError Plugin error if any, else SmfPluginErrNone
   118 	 * @return SmfPluginError Plugin error if any, else SmfPluginErrNone
   118 	 */
   119 	 */
   119 	SmfPluginError searchInGroup( SmfPluginRequestData &aRequest,
   120 	SmfPluginError searchInGroup( SmfPluginRequestData &aRequest,
   120 			const SmfGroup &aGroup,
   121 			const SmfGroup &aGroup,
       
   122 			SmfContact *aContact = NULL,
   121 			const int aPageNum = SMF_FIRST_PAGE, 
   123 			const int aPageNum = SMF_FIRST_PAGE, 
   122 			const int aItemsPerPage = SMF_ITEMS_PER_PAGE );
   124 			const int aItemsPerPage = SMF_ITEMS_PER_PAGE );
   123 	
   125 	
   124 	/**
   126 	/**
   125 	 * Customised method for SmfContactFetcherPlugin interface
   127 	 * Customised method for SmfContactFetcherPlugin interface