equal
deleted
inserted
replaced
27 |
27 |
28 // TMSSinkImpl class |
28 // TMSSinkImpl class |
29 class TMSSinkImpl |
29 class TMSSinkImpl |
30 { |
30 { |
31 public: |
31 public: |
|
32 ~TMSSinkImpl(); |
32 IMPORT_C static gint Create(TMSSinkType sinktype, TMSSink*& tmssink); |
33 IMPORT_C static gint Create(TMSSinkType sinktype, TMSSink*& tmssink); |
33 IMPORT_C static gint Delete(TMSSink*& tmssink); |
34 IMPORT_C static gint Delete(TMSSink*& tmssink); |
|
35 |
|
36 private: |
|
37 TMSSinkImpl(); |
34 }; |
38 }; |
35 |
39 |
36 } //namespace TMS |
40 } //namespace TMS |
37 |
41 |
38 #endif // TMS_SINK_IMPL_H |
42 #endif // TMS_SINK_IMPL_H |