smf/smfservermodule/smfclient/client/smfpostprovider.h
changeset 14 a469c0e6e7fb
parent 10 77a56c951f86
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
    11  *
    11  *
    12  * Contributors:
    12  * Contributors:
    13  * Manasij Roy, Nalina Hariharan
    13  * Manasij Roy, Nalina Hariharan
    14  * 
    14  * 
    15  * Description:
    15  * Description:
    16  * The SmfEvent class represents an event
    16  * SmfPostProvider
    17  *
    17  *
    18  */
    18  */
    19 #ifndef SMFPOSTPROVIDER_H
    19 #ifndef SMFPOSTPROVIDER_H
    20 #define SMFPOSTPROVIDER_H
    20 #define SMFPOSTPROVIDER_H
    21 
    21 
    28 #include "smfclientglobal.h"
    28 #include "smfclientglobal.h"
    29 #include "smfprovider.h"
    29 #include "smfprovider.h"
    30 #include "smfcontact.h"
    30 #include "smfcontact.h"
    31 #include "smflocation.h"
    31 #include "smflocation.h"
    32 #include "smfpost.h"
    32 #include "smfpost.h"
    33 
    33 #include "smfpostprovider_p.h"
    34 class SmfPostProviderPrivate;
       
    35 
    34 
    36 /**
    35 /**
    37  * @ingroup smf_client_group 
    36  * @ingroup smf_client_group 
    38  * Interface to post scrap/tweet like info.
    37  * Interface to post scrap/tweet like info.
    39  * Note that branding information for the particular service implementation
    38  * Note that branding information for the particular service implementation
   160 	
   159 	
   161 	/**
   160 	/**
   162 	 * Emitted when update post is finished.
   161 	 * Emitted when update post is finished.
   163 	 * @param success the success of the update
   162 	 * @param success the success of the update
   164 	 */
   163 	 */
   165 	void postFinished(bool success);
   164 	void postFinished(SmfError success);
   166 	/**
   165 	/**
   167 	 * Emitted when custom data is available
   166 	 * Emitted when custom data is available
   168 	 * @param operationId Requested operation id
   167 	 * @param operationId Requested operation id
   169 	 * @param customData Custom data received, interpretation is not the responsibility of Smf
   168 	 * @param customData Custom data received, interpretation is not the responsibility of Smf
   170 	 */
   169 	 */