mmserv/tms/tmsimpl/src/tmseffectimpl.cpp
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
child 13 f5c5c82a163e
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    13  *
    13  *
    14  * Description: Telephony Multimedia Service
    14  * Description: Telephony Multimedia Service
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 #include <tms.h>
       
    19 #include "tmsvolumeeffectimpl.h"
    18 #include "tmsvolumeeffectimpl.h"
    20 #include "tmsgaineffectimpl.h"
    19 #include "tmsgaineffectimpl.h"
    21 #include "tmsglobalvoleffectimpl.h"
    20 #include "tmsglobalvoleffectimpl.h"
    22 #include "tmsglobalgaineffectimpl.h"
    21 #include "tmsglobalgaineffectimpl.h"
    23 #include "tmsutility.h"
    22 #include "tmsutility.h"
    24 #include "tmseffectimpl.h"
    23 #include "tmseffectimpl.h"
    25 
    24 
    26 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     }
    27 
    38 
    28 EXPORT_C gint TMSEffectImpl::Create(TMSEffectType effecttype,
    39 EXPORT_C gint TMSEffectImpl::Create(TMSEffectType effecttype,
    29         TMSEffect*& tmseffect)
    40         TMSEffect*& tmseffect)
    30     {
    41     {
    31     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    42     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);