equal
deleted
inserted
replaced
49 } |
49 } |
50 |
50 |
51 gint TMSClientSourceImpl::Create(TMSSource*& tmssource) |
51 gint TMSClientSourceImpl::Create(TMSSource*& tmssource) |
52 { |
52 { |
53 gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); |
53 gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); |
54 TMSClientSourceImpl *self = new TMSClientSourceImpl; |
54 TMSClientSourceImpl *self = new TMSClientSourceImpl(); |
55 |
55 |
56 TRACE_PRN_FN_ENT; |
56 TRACE_PRN_FN_ENT; |
57 if (self) |
57 if (self) |
58 { |
58 { |
59 ret = self->PostConstruct(); |
59 ret = self->PostConstruct(); |