mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsmicsource.h
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
48:b7b49303d0c0 50:762d760dcfdf
    22 #include <qtmssource.h>
    22 #include <qtmssource.h>
    23 #include <QObject>
    23 #include <QObject>
    24 #include "qtmswrapperexport.h"
    24 #include "qtmswrapperexport.h"
    25 
    25 
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 namespace TMS {
    27 namespace TMS
       
    28 {
    28 class TMSSource;
    29 class TMSSource;
    29 }
    30 }
    30 
    31 
    31 namespace QTMS {
    32 namespace QTMS
       
    33 {
    32 
    34 
    33 /**
    35 /**
    34  * QTMSMicSource class
    36  * QTMSMicSource class
    35  *
    37  *
    36  * This class instantiates QTMS mic source object.
    38  * This class instantiates QTMS mic source object.
    38  * @lib QTMSapi.lib
    40  * @lib QTMSapi.lib
    39  *
    41  *
    40  */
    42  */
    41 class QTMS_WRAPPER_DLL_EXPORT QTMSMicSource : public QObject,
    43 class QTMS_WRAPPER_DLL_EXPORT QTMSMicSource : public QObject,
    42                                               public QTMSSource
    44                                               public QTMSSource
    43     {
    45 {
    44     Q_OBJECT
    46     Q_OBJECT
    45 public:
    47 public:
    46     /**
    48     /**
    47      * Destructor
    49      * Destructor
    48      */
    50      */
    68      */
    70      */
    69     QTMSMicSource();
    71     QTMSMicSource();
    70 
    72 
    71 protected:
    73 protected:
    72     TMS::TMSSource *iSource;
    74     TMS::TMSSource *iSource;
    73     };
    75 };
    74 
    76 
    75 } //namespace QTMS
    77 } //namespace QTMS
    76 
    78 
    77 #endif //QTMS_MIC_SOURCE_H
    79 #endif //QTMS_MIC_SOURCE_H
    78 
       
    79 // End of file
    80 // End of file
    80 
    81