--- a/mmserv/tms/inc/tmsglobalgaineffectimpl.h Mon Mar 15 12:42:35 2010 +0200
+++ b/mmserv/tms/inc/tmsglobalgaineffectimpl.h Wed Mar 31 22:29:45 2010 +0300
@@ -23,25 +23,20 @@
namespace TMS {
-// FORWARD DECLARATIONS
-class TMSProxy;
-
// TMSGlobalGainEffectImpl class
class TMSGlobalGainEffectImpl : public TMSGlobalGainEffect
{
public:
- ~TMSGlobalGainEffectImpl();
-
+ virtual ~TMSGlobalGainEffectImpl();
static gint Create(TMSEffect*& tmseffect);
- gint SetParentEffect(TMSEffect*& parenteffect);
private:
TMSGlobalGainEffectImpl();
gint PostConstruct();
+ gint SetParent(TMSEffect*& parent);
};
} //namespace TMS
#endif // TMS_GLOBAL_GAIN_EFFECT_IMPL_H
-// End of file