mmserv/tms/inc/tmsgaineffectimpl.h
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
--- a/mmserv/tms/inc/tmsgaineffectimpl.h	Tue Feb 02 01:08:46 2010 +0200
+++ b/mmserv/tms/inc/tmsgaineffectimpl.h	Fri Apr 16 15:29:42 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