diff -r 7b58e65d61ee -r d141fc1ad77b mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsclientsource.h --- a/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsclientsource.h Wed Jun 23 18:45:38 2010 +0300 +++ b/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsclientsource.h Tue Jul 06 14:48:59 2010 +0300 @@ -18,15 +18,15 @@ #ifndef QTMS_CLIENT_SOURCE_H #define QTMS_CLIENT_SOURCE_H +#include #include +#include #include -#include #include "qtmswrapperexport.h" // FORWARD DECLARATIONS namespace TMS { class TMSSource; -class TMSBuffer; } namespace QTMS { @@ -68,7 +68,7 @@ * Status of the operation. * */ - gint BufferFilled(TMS::TMSBuffer& buffer); + gint BufferFilled(QTMSBuffer& buffer); /** * In the PUSH MODE, tell the source that the supplied buffer filled in @@ -83,7 +83,7 @@ * The buffer with audio data supplied by the client for playback. * */ - gint ProcessBuffer(TMS::TMSBuffer* buffer); + gint ProcessBuffer(QTMSBuffer* buffer); /** * PUSH MODE ONLY @@ -152,8 +152,8 @@ virtual gint GetType(QTMSSourceType& sourcetype); Q_SIGNALS: - void FillBuffer(TMS::TMSBuffer& buffer); - void BufferProcessed(const TMS::TMSBuffer* buffer, gint reason); + void FillBuffer(QTMSBuffer& buffer); + void BufferProcessed(const QTMSBuffer* buffer, gint reason); protected: /**