--- a/mmserv/tms/tmsimpl/src/tmseffectimpl.cpp Tue Feb 02 01:08:46 2010 +0200
+++ b/mmserv/tms/tmsimpl/src/tmseffectimpl.cpp Fri Apr 16 15:29:42 2010 +0300
@@ -15,7 +15,6 @@
*
*/
-#include <tms.h>
#include "tmsvolumeeffectimpl.h"
#include "tmsgaineffectimpl.h"
#include "tmsglobalvoleffectimpl.h"
@@ -25,6 +24,18 @@
using namespace TMS;
+TMSEffectImpl::TMSEffectImpl()
+ {
+ TRACE_PRN_FN_ENT;
+ TRACE_PRN_FN_EXT;
+ }
+
+TMSEffectImpl::~TMSEffectImpl()
+ {
+ TRACE_PRN_FN_ENT;
+ TRACE_PRN_FN_EXT;
+ }
+
EXPORT_C gint TMSEffectImpl::Create(TMSEffectType effecttype,
TMSEffect*& tmseffect)
{