smf/smfservermodule/smfclient/client/smfcontactfetcher.h
changeset 14 a469c0e6e7fb
parent 10 77a56c951f86
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
    28 #include "smfgroup.h"
    28 #include "smfgroup.h"
    29 
    29 
    30 class SmfProvider; //base-class for service provider
    30 class SmfProvider; //base-class for service provider
    31 class SmfContact; //class for Contact in a social network
    31 class SmfContact; //class for Contact in a social network
    32 class SmfGroup; //class for a group in social network
    32 class SmfGroup; //class for a group in social network
    33 class SmfContactFetcherPrivate;
       
    34 
    33 
    35 typedef QList<SmfContact>  SmfContactList;
    34 typedef QList<SmfContact>  SmfContactList;
    36 typedef QList<SmfGroup> SmfGroupList;
    35 typedef QList<SmfGroup> SmfGroupList;
    37 /**
    36 /**
    38  * @ingroup smf_client_group 
    37  * @ingroup smf_client_group