mmserv/tms/tmsimpl/src/tmseffectimpl.cpp
branchRCL_3
changeset 11 3570217d8c21
parent 9 f5c5c82a163e
child 19 095bea5f582e
equal deleted inserted replaced
9:f5c5c82a163e 11:3570217d8c21
    21 #include "tmsglobalgaineffectimpl.h"
    21 #include "tmsglobalgaineffectimpl.h"
    22 #include "tmsutility.h"
    22 #include "tmsutility.h"
    23 #include "tmseffectimpl.h"
    23 #include "tmseffectimpl.h"
    24 
    24 
    25 using namespace TMS;
    25 using namespace TMS;
    26 
       
    27 TMSEffectImpl::TMSEffectImpl()
       
    28     {
       
    29     TRACE_PRN_FN_ENT;
       
    30     TRACE_PRN_FN_EXT;
       
    31     }
       
    32 
       
    33 TMSEffectImpl::~TMSEffectImpl()
       
    34     {
       
    35     TRACE_PRN_FN_ENT;
       
    36     TRACE_PRN_FN_EXT;
       
    37     }
       
    38 
    26 
    39 EXPORT_C gint TMSEffectImpl::Create(TMSEffectType effecttype,
    27 EXPORT_C gint TMSEffectImpl::Create(TMSEffectType effecttype,
    40         TMSEffect*& tmseffect)
    28         TMSEffect*& tmseffect)
    41     {
    29     {
    42     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    30     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);