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