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