smf/smfservermodule/smfclient/client/smfcontactfetcher.cpp
changeset 14 a469c0e6e7fb
parent 7 be09cf1f39dd
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
    43 	if(m_frndContact)
    43 	if(m_frndContact)
    44 	{
    44 	{
    45 		delete m_frndContact;
    45 		delete m_frndContact;
    46 		m_frndContact = NULL;
    46 		m_frndContact = NULL;
    47 	}
    47 	}
    48 	//TODO:- Request to unload the plugin
    48 	/** @TODO:- Request to unload the plugin*/
    49 }
    49 }
    50 bool  SmfContactFetcher::friends(int pageNum,int perPage)
    50 bool  SmfContactFetcher::friends(int pageNum,int perPage)
    51 {
    51 {
    52 m_private->friends(pageNum,perPage);
    52 m_private->friends(pageNum,perPage);
    53 }
    53 }