qtms/inc/qtmsamrimpl.h
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
48:b7b49303d0c0 50:762d760dcfdf
    20 
    20 
    21 #include <qtms.h>
    21 #include <qtms.h>
    22 #include <qtmsamrformat.h>
    22 #include <qtmsamrformat.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 // Class declaration
    33 // Class declaration
    32 class QTMSAMRFormatImpl : public QTMSAMRFormat
    34 class QTMSAMRFormatImpl: public QTMSAMRFormat
    33     {
    35 {
    34 public:
    36 public:
    35 
    37 
    36     static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat);
    38     static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat);
    37     virtual ~QTMSAMRFormatImpl();
    39     virtual ~QTMSAMRFormatImpl();
    38 
    40 
    42     gint GetType(QTMSFormatType& fmttype);
    44     gint GetType(QTMSFormatType& fmttype);
    43 
    45 
    44 private:
    46 private:
    45     QTMSAMRFormatImpl();
    47     QTMSAMRFormatImpl();
    46     gint PostConstruct();
    48     gint PostConstruct();
    47     };
    49 };
    48 
    50 
    49 } //namespace QTMS
    51 } //namespace QTMS
    50 
    52 
    51 #endif // QTMS_AMR_FORMAT_IMPL_H
    53 #endif // QTMS_AMR_FORMAT_IMPL_H
    52 
       
    53 // End of file
    54 // End of file