qtms/inc/qtmssinkimpl.h
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
44:d141fc1ad77b 51:e61a04404bdf
    18 #ifndef QTMS_SINK_IMPL_H
    18 #ifndef QTMS_SINK_IMPL_H
    19 #define QTMS_SINK_IMPL_H
    19 #define QTMS_SINK_IMPL_H
    20 
    20 
    21 #include <qtms.h>
    21 #include <qtms.h>
    22 
    22 
    23 namespace QTMS {
    23 namespace QTMS 
       
    24 {
    24 
    25 
    25 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    26 class QTMSSink;
    27 class QTMSSink;
    27 
    28 
    28 // TMSSinkImpl class
    29 // TMSSinkImpl class
    29 class QTMSSinkImpl
    30 class QTMSSinkImpl
    30     {
    31 {
    31 public:
    32 public:
    32     static gint Create(QTMSSinkType sinktype, QTMSSink*& tmssink);
    33     static gint Create(QTMSSinkType sinktype, QTMSSink*& tmssink);
    33     static gint Delete(QTMSSink*& tmssink);
    34     static gint Delete(QTMSSink*& tmssink);
    34     };
    35 };
    35 
    36 
    36 } //namespace QTMS
    37 } //namespace QTMS
    37 
    38 
    38 #endif // QTMS_SINK_IMPL_H
    39 #endif // QTMS_SINK_IMPL_H
    39 
    40