qtms/inc/qtmssourceimpl.h
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
48:b7b49303d0c0 50:762d760dcfdf
    25 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    26 class QTMSSource;
    26 class QTMSSource;
    27 
    27 
    28 // TMSSourceImpl class
    28 // TMSSourceImpl class
    29 class QTMSSourceImpl
    29 class QTMSSourceImpl
    30     {
    30 {
    31 public:
    31 public:
    32     static gint Create(QTMSSourceType sourcetype, QTMSSource*& tmssource);
    32     static gint Create(QTMSSourceType sourcetype, QTMSSource*& tmssource);
    33     static gint Delete(QTMSSource*& tmssource);
    33     static gint Delete(QTMSSource*& tmssource);
    34     };
    34 };
    35 
    35 
    36 } //namespace QTMS
    36 } //namespace QTMS
    37 
    37 
    38 #endif // QTMS_SOURCE_IMPL_H
    38 #endif // QTMS_SOURCE_IMPL_H
    39 
    39