diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/inc/tmsgaineffectimpl.h --- a/mmserv/tms/inc/tmsgaineffectimpl.h Mon Mar 15 12:42:35 2010 +0200 +++ b/mmserv/tms/inc/tmsgaineffectimpl.h Wed Mar 31 22:29:45 2010 +0300 @@ -30,19 +30,17 @@ class TMSGainEffectImpl : public TMSGainEffect { public: - ~TMSGainEffectImpl(); - + virtual ~TMSGainEffectImpl(); static gint Create(TMSEffect*& tmseffect); gint SetProxy(TMSCallProxy* aProxy, gpointer queuehandler); - gint SetParentEffect(TMSEffect*& parenteffect); private: TMSGainEffectImpl(); gint PostConstruct(); + gint SetParent(TMSEffect*& parent); }; } //namespace TMS #endif // TMS_GAIN_EFFECT_IMPL_H -// End of file