diff -r f5c5c82a163e -r 3570217d8c21 mmserv/tms/inc/tmseffectimpl.h --- a/mmserv/tms/inc/tmseffectimpl.h Tue Apr 27 17:11:02 2010 +0300 +++ b/mmserv/tms/inc/tmseffectimpl.h Tue May 11 16:42:02 2010 +0300 @@ -29,13 +29,9 @@ class TMSEffectImpl { public: - ~TMSEffectImpl(); IMPORT_C static gint Create(TMSEffectType effecttype, TMSEffect*& tmseffect); IMPORT_C static gint Delete(TMSEffect*& tmseffect); - -private: - TMSEffectImpl(); }; } //namespace TMS