diff -r b2eb79881f9d -r 574948b60dab example/flickrcontactfetcherplugin/flickrcontactfetcherplugin.h --- 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 );