diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/tmsimpl/inc/tmsglobalvoleffectbodyimpl.h --- a/mmserv/tms/tmsimpl/inc/tmsglobalvoleffectbodyimpl.h Mon Mar 15 12:42:35 2010 +0200 +++ b/mmserv/tms/tmsimpl/inc/tmsglobalvoleffectbodyimpl.h Wed Mar 31 22:29:45 2010 +0300 @@ -33,9 +33,9 @@ { public: static gint Create(TMSGlobalVolEffectBody*& bodyimpl); + virtual ~TMSGlobalVolEffectBodyImpl(); // From TMSVolumeEffectBody - virtual ~TMSGlobalVolEffectBodyImpl(); virtual gint AddObserver(TMSEffectObserver& obsrvr, gpointer user_data); virtual gint RemoveObserver(TMSEffectObserver& obsrvr); virtual gint SetLevel(const guint level); @@ -43,7 +43,7 @@ virtual gint GetMaxLevel(guint& level); virtual gint GetType(TMSEffectType& effecttype); - void SetParentEffect(TMSEffect*& parenteffect); + void SetParent(TMSEffect*& parent); private: TMSGlobalVolEffectBodyImpl(); @@ -54,11 +54,10 @@ gint iClientId; gpointer iUserData; TMSProxy* iProxy; - TMSEffect* iGlobalEffect; + TMSEffect* iParent; }; } //namespace TMS #endif // TMS_GLOBAL_VOLUME_EFFECT_BODY_IMPL_H -// End of file