mmserv/tms/inc/tmsglobalgaineffectimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    21 #include <glib.h>
    21 #include <glib.h>
    22 #include <tmsglobalgaineffect.h>
    22 #include <tmsglobalgaineffect.h>
    23 
    23 
    24 namespace TMS {
    24 namespace TMS {
    25 
    25 
    26 // FORWARD DECLARATIONS
       
    27 class TMSProxy;
       
    28 
       
    29 // TMSGlobalGainEffectImpl class
    26 // TMSGlobalGainEffectImpl class
    30 class TMSGlobalGainEffectImpl : public TMSGlobalGainEffect
    27 class TMSGlobalGainEffectImpl : public TMSGlobalGainEffect
    31     {
    28     {
    32 public:
    29 public:
    33     ~TMSGlobalGainEffectImpl();
    30     virtual ~TMSGlobalGainEffectImpl();
    34 
       
    35     static gint Create(TMSEffect*& tmseffect);
    31     static gint Create(TMSEffect*& tmseffect);
    36     gint SetParentEffect(TMSEffect*& parenteffect);
       
    37 
    32 
    38 private:
    33 private:
    39     TMSGlobalGainEffectImpl();
    34     TMSGlobalGainEffectImpl();
    40     gint PostConstruct();
    35     gint PostConstruct();
       
    36     gint SetParent(TMSEffect*& parent);
    41     };
    37     };
    42 
    38 
    43 } //namespace TMS
    39 } //namespace TMS
    44 
    40 
    45 #endif // TMS_GLOBAL_GAIN_EFFECT_IMPL_H
    41 #endif // TMS_GLOBAL_GAIN_EFFECT_IMPL_H
    46 
    42 
    47 // End of file