equal
deleted
inserted
replaced
20 #include "tmssourceimpl.h" |
20 #include "tmssourceimpl.h" |
21 #include "tmsmodemsourceimpl.h" |
21 #include "tmsmodemsourceimpl.h" |
22 #include "tmsmicsourceimpl.h" |
22 #include "tmsmicsourceimpl.h" |
23 |
23 |
24 using namespace TMS; |
24 using namespace TMS; |
25 |
|
26 TMSSourceImpl::TMSSourceImpl() |
|
27 { |
|
28 TRACE_PRN_FN_ENT; |
|
29 TRACE_PRN_FN_EXT; |
|
30 } |
|
31 |
|
32 TMSSourceImpl::~TMSSourceImpl() |
|
33 { |
|
34 TRACE_PRN_FN_ENT; |
|
35 TRACE_PRN_FN_EXT; |
|
36 } |
|
37 |
25 |
38 EXPORT_C gint TMSSourceImpl::Create(TMSSourceType sourcetype, |
26 EXPORT_C gint TMSSourceImpl::Create(TMSSourceType sourcetype, |
39 TMSSource*& tmssource) |
27 TMSSource*& tmssource) |
40 { |
28 { |
41 gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); |
29 gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); |