equal
deleted
inserted
replaced
49 } |
49 } |
50 |
50 |
51 gint TMSClientSinkImpl::Create(TMSSink*& tmssink) |
51 gint TMSClientSinkImpl::Create(TMSSink*& tmssink) |
52 { |
52 { |
53 gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); |
53 gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); |
54 TMSClientSinkImpl *self = new TMSClientSinkImpl; |
54 TMSClientSinkImpl *self = new TMSClientSinkImpl(); |
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(); |