mmmw_plat/telephony_multimedia_service_api/inc/tmsclientsourceobsrvr.h
branchRCL_3
changeset 9 f5c5c82a163e
parent 0 71ca22bcf22a
child 12 2eb3b066cc7d
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
     9  * Initial Contributors:
     9  * Initial Contributors:
    10  * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11  *
    11  *
    12  * Contributors:
    12  * Contributors:
    13  *
    13  *
    14  * Description:This class provides callback mechanism for TMSClientSource
    14  * Description: This class provides callback mechanism for TMSClientSource
    15  * listeners.
    15  * listeners.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #ifndef TMS_CLIENT_SOURCE_OBSRVR_H
    19 #ifndef TMS_CLIENT_SOURCE_OBSRVR_H
    70      *
    70      *
    71      * @param  reason
    71      * @param  reason
    72      *      The status of the operation.
    72      *      The status of the operation.
    73      *
    73      *
    74      */
    74      */
    75     virtual void BufferProcessed(TMSBuffer* buffer, gint reason) = 0;
    75     virtual void BufferProcessed(const TMSBuffer* buffer, gint reason) = 0;
    76     };
    76     };
    77 
    77 
    78 } //namespace TMS
    78 } //namespace TMS
    79 
    79 
    80 #endif // TMS_CLIENT_SOURCE_OBSRVR_H
    80 #endif // TMS_CLIENT_SOURCE_OBSRVR_H