qtms/inc/qtmsilbcimpl.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 <qtmsilbcformat.h>
    22 #include <qtmsilbcformat.h>
    23 
    23 
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    25 namespace TMS {
    25 namespace TMS
       
    26 {
    26 class TMSFormat;
    27 class TMSFormat;
    27 }
    28 }
    28 
    29 
    29 namespace QTMS {
    30 namespace QTMS
       
    31 {
    30 
    32 
    31 // QTMSILBCFormatImpl class
    33 // QTMSILBCFormatImpl class
    32 class QTMSILBCFormatImpl : public QTMSILBCFormat
    34 class QTMSILBCFormatImpl: public QTMSILBCFormat
    33     {
    35 {
    34 public:
    36 public:
    35     static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat);
    37     static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat);
    36     virtual ~QTMSILBCFormatImpl();
    38     virtual ~QTMSILBCFormatImpl();
    37 
    39 
    38     gint GetFormat(TMS::TMSFormat*& fmt);
    40     gint GetFormat(TMS::TMSFormat*& fmt);
    41     gint GetType(QTMSFormatType& fmttype);
    43     gint GetType(QTMSFormatType& fmttype);
    42 
    44 
    43 private:
    45 private:
    44     QTMSILBCFormatImpl();
    46     QTMSILBCFormatImpl();
    45     gint PostConstruct();
    47     gint PostConstruct();
    46     };
    48 };
    47 
    49 
    48 } //namespace QTMS
    50 } //namespace QTMS
    49 
    51 
    50 #endif // QTMS_ILBC_FORMAT_IMPL_H
    52 #endif // QTMS_ILBC_FORMAT_IMPL_H
    51 
       
    52 // End of file
    53 // End of file