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