mmserv/tms/inc/tmsgaineffectimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    28 
    28 
    29 // TMSGainEffectImpl class
    29 // TMSGainEffectImpl class
    30 class TMSGainEffectImpl : public TMSGainEffect
    30 class TMSGainEffectImpl : public TMSGainEffect
    31     {
    31     {
    32 public:
    32 public:
    33     ~TMSGainEffectImpl();
    33     virtual ~TMSGainEffectImpl();
    34 
       
    35     static gint Create(TMSEffect*& tmseffect);
    34     static gint Create(TMSEffect*& tmseffect);
    36     gint SetProxy(TMSCallProxy* aProxy, gpointer queuehandler);
    35     gint SetProxy(TMSCallProxy* aProxy, gpointer queuehandler);
    37     gint SetParentEffect(TMSEffect*& parenteffect);
       
    38 
    36 
    39 private:
    37 private:
    40     TMSGainEffectImpl();
    38     TMSGainEffectImpl();
    41     gint PostConstruct();
    39     gint PostConstruct();
       
    40     gint SetParent(TMSEffect*& parent);
    42     };
    41     };
    43 
    42 
    44 } //namespace TMS
    43 } //namespace TMS
    45 
    44 
    46 #endif // TMS_GAIN_EFFECT_IMPL_H
    45 #endif // TMS_GAIN_EFFECT_IMPL_H
    47 
    46 
    48 // End of file