qtms/inc/qtmsmodemsourceimpl.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 <qtmsmodemsource.h>
    22 #include <qtmsmodemsource.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 // QTMSModemSourceImpl class
    33 // QTMSModemSourceImpl class
    32 class QTMSModemSourceImpl : public QTMSModemSource
    34 class QTMSModemSourceImpl: public QTMSModemSource
    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 ~QTMSModemSourceImpl();
    38     virtual ~QTMSModemSourceImpl();
    37 
    39 
    38     gint GetSource(TMS::TMSSource*& tmssource);
    40     gint GetSource(TMS::TMSSource*& tmssource);
    39 
    41 
    40 private:
    42 private:
    41     QTMSModemSourceImpl();
    43     QTMSModemSourceImpl();
    42     gint PostConstruct();
    44     gint PostConstruct();
    43     };
    45 };
    44 
    46 
    45 } //namespace QTMS
    47 } //namespace QTMS
    46 
    48 
    47 #endif // QTMS_MODEM_SOURCE_IMPL_H
    49 #endif // QTMS_MODEM_SOURCE_IMPL_H
    48 
       
    49 // End of file
    50 // End of file