example/flickrcontactfetcherplugin/flickrcontactfetcherplugin.h
changeset 23 574948b60dab
parent 17 106a4bfcb866
child 26 83d6a149c755
--- a/example/flickrcontactfetcherplugin/flickrcontactfetcherplugin.h	Thu Sep 16 11:15:30 2010 +0530
+++ b/example/flickrcontactfetcherplugin/flickrcontactfetcherplugin.h	Thu Sep 23 17:15:03 2010 +0530
@@ -111,12 +111,14 @@
 	 * Method to search for a contact in a group
 	 * @param aRequest [out] The request data to be sent to network
 	 * @param aGroup the group in which to search
+	 * @param aContact The contact to be searched, default (NULL) is the self contact.
 	 * @param aPageNum The page to be extracted
 	 * @param aItemsPerPage Number of items per page
 	 * @return SmfPluginError Plugin error if any, else SmfPluginErrNone
 	 */
 	SmfPluginError searchInGroup( SmfPluginRequestData &aRequest,
 			const SmfGroup &aGroup,
+			SmfContact *aContact = NULL,
 			const int aPageNum = SMF_FIRST_PAGE, 
 			const int aItemsPerPage = SMF_ITEMS_PER_PAGE );