qtms/inc/qtmsmicsourceimpl.h
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
44:d141fc1ad77b 51:e61a04404bdf
    20 
    20 
    21 #include <qtms.h>
    21 #include <qtms.h>
    22 #include <qtmsmicsource.h>
    22 #include <qtmsmicsource.h>
    23 
    23 
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    25 namespace TMS {
    25 namespace TMS
       
    26 {
    26 class TMSSource;
    27 class TMSSource;
    27 }
    28 }
    28 
    29 
    29 namespace QTMS {
    30 namespace QTMS
       
    31 {
    30 
    32 
    31 // QTMSMicSourceImpl class
    33 // QTMSMicSourceImpl class
    32 class QTMSMicSourceImpl : public QTMSMicSource
    34 class QTMSMicSourceImpl: public QTMSMicSource
    33     {
    35 {
    34 public:
    36 public:
    35     static gint Create(QTMSSource*& qsource, TMS::TMSSource*& tmssource);
    37     static gint Create(QTMSSource*& qsource, TMS::TMSSource*& tmssource);
    36     virtual ~QTMSMicSourceImpl();
    38     virtual ~QTMSMicSourceImpl();
    37     gint GetSource(TMS::TMSSource*& tmssource);
    39     gint GetSource(TMS::TMSSource*& tmssource);
    38 
    40 
    39 private:
    41 private:
    40     QTMSMicSourceImpl();
    42     QTMSMicSourceImpl();
    41     gint PostConstruct();
    43     gint PostConstruct();
    42     };
    44 };
    43 
    45 
    44 } //namespace QTMS
    46 } //namespace QTMS
    45 
    47 
    46 #endif // QTMS_MIC_SOURCE_IMPL_H
    48 #endif // QTMS_MIC_SOURCE_IMPL_H
    47 
       
    48 // End of file
    49 // End of file