mmserv/tms/tmsimpl/src/tmseffectimpl.cpp
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
child 13 f5c5c82a163e
--- a/mmserv/tms/tmsimpl/src/tmseffectimpl.cpp	Mon Mar 15 12:42:35 2010 +0200
+++ b/mmserv/tms/tmsimpl/src/tmseffectimpl.cpp	Wed Mar 31 22:29:45 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)
     {