mmserv/tms/inc/tmseffectimpl.h
branchRCL_3
changeset 7 3d8c721bf319
parent 0 71ca22bcf22a
child 11 3570217d8c21
--- a/mmserv/tms/inc/tmseffectimpl.h	Mon Mar 15 12:42:35 2010 +0200
+++ b/mmserv/tms/inc/tmseffectimpl.h	Wed Mar 31 22:29:45 2010 +0300
@@ -29,9 +29,13 @@
 class TMSEffectImpl
     {
 public:
+    ~TMSEffectImpl();
     IMPORT_C static gint Create(TMSEffectType effecttype,
             TMSEffect*& tmseffect);
     IMPORT_C static gint Delete(TMSEffect*& tmseffect);
+
+private:
+    TMSEffectImpl();
     };
 
 } //namespace TMS