mmserv/tms/tmsimpl/src/tmsglobalvoleffectimpl.cpp
changeset 20 b67dd1fc57c5
parent 14 80975da52420
equal deleted inserted replaced
19:4a629bc82c5e 20:b67dd1fc57c5
    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();