mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsclientsource.h
changeset 50 762d760dcfdf
parent 40 4a1905d205a2
equal deleted inserted replaced
48:b7b49303d0c0 50:762d760dcfdf
    23 #include <qtmsbuffer.h>
    23 #include <qtmsbuffer.h>
    24 #include <qtmssource.h>
    24 #include <qtmssource.h>
    25 #include "qtmswrapperexport.h"
    25 #include "qtmswrapperexport.h"
    26 
    26 
    27 // FORWARD DECLARATIONS
    27 // FORWARD DECLARATIONS
    28 namespace TMS {
    28 namespace TMS
       
    29 {
    29 class TMSSource;
    30 class TMSSource;
    30 }
    31 }
    31 
    32 
    32 namespace QTMS {
    33 namespace QTMS
       
    34 {
    33 
    35 
    34 /**
    36 /**
    35  * QTMSClientSource class
    37  * QTMSClientSource class
    36  *
    38  *
    37  * This class instantiates QTMS client source interface. It serves as a data
    39  * This class instantiates QTMS client source interface. It serves as a data
    41  * @lib QTMSapi.lib
    43  * @lib QTMSapi.lib
    42  *
    44  *
    43  */
    45  */
    44 class QTMS_WRAPPER_DLL_EXPORT QTMSClientSource : public QObject,
    46 class QTMS_WRAPPER_DLL_EXPORT QTMSClientSource : public QObject,
    45                                                  public QTMSSource
    47                                                  public QTMSSource
    46     {
    48 {
    47     Q_OBJECT
    49     Q_OBJECT
    48 public:
    50 public:
    49     /**
    51     /**
    50      * Destructor
    52      * Destructor
    51      */
    53      */
   161      */
   163      */
   162     QTMSClientSource();
   164     QTMSClientSource();
   163 
   165 
   164 protected:
   166 protected:
   165     TMS::TMSSource* iSource;
   167     TMS::TMSSource* iSource;
   166     };
   168 };
   167 
   169 
   168 } //namespace QTMS
   170 } //namespace QTMS
   169 
   171 
   170 #endif //QTMS_CLIENT_SOURCE_H
   172 #endif //QTMS_CLIENT_SOURCE_H
   171 
       
   172 // End of file
   173 // End of file
   173 
   174