mmmw_plat/telephony_multimedia_service_api/inc/tmsclientsinkobsrvr.h
branchRCL_3
changeset 9 f5c5c82a163e
parent 0 71ca22bcf22a
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: Telephony Multimedia Service
    14  * Description: This class provides callback mechanism for TMSClientSink
       
    15  * listeners.
    15  *
    16  *
    16  */
    17  */
    17 
    18 
    18 #ifndef TMS_CLIENT_SINK_OBSRVR_H
    19 #ifndef TMS_CLIENT_SINK_OBSRVR_H
    19 #define TMS_CLIENT_SINK_OBSRVR_H
    20 #define TMS_CLIENT_SINK_OBSRVR_H
    55      *
    56      *
    56      * @param  buffer
    57      * @param  buffer
    57      *      Buffer with recorded data to be emptied by the client.
    58      *      Buffer with recorded data to be emptied by the client.
    58      *
    59      *
    59      */
    60      */
    60     virtual void ProcessBuffer(TMSBuffer* buffer) = 0;
    61     virtual void ProcessBuffer(const TMSBuffer* buffer) = 0;
    61     };
    62     };
    62 
    63 
    63 } //namespace TMS
    64 } //namespace TMS
    64 
    65 
    65 #endif // TMS_CLIENT_SINK_OBSRVR_H
    66 #endif // TMS_CLIENT_SINK_OBSRVR_H