example/fbcontactfetcherplugin/fbcontactfetcherplugin.cpp
changeset 23 574948b60dab
parent 17 106a4bfcb866
child 26 83d6a149c755
--- a/example/fbcontactfetcherplugin/fbcontactfetcherplugin.cpp	Thu Sep 16 11:15:30 2010 +0530
+++ b/example/fbcontactfetcherplugin/fbcontactfetcherplugin.cpp	Thu Sep 23 17:15:03 2010 +0530
@@ -405,12 +405,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 FBContactFetcherPlugin::searchInGroup( SmfPluginRequestData &aRequest,
 		const SmfGroup &aGroup,
+		SmfContact *aContact,
 		const int aPageNum , 
 		const int aItemsPerPage  )
 	{