mmserv/tms/inc/tmsdtmfimpl.h
changeset 42 1fa3fb47b1e3
parent 12 5a06f39ad45b
--- a/mmserv/tms/inc/tmsdtmfimpl.h	Tue Jul 06 14:50:35 2010 +0300
+++ b/mmserv/tms/inc/tmsdtmfimpl.h	Wed Aug 18 10:17:22 2010 +0300
@@ -32,14 +32,11 @@
     IMPORT_C static gint Delete(TMSDTMF*& dtmf);
 
 private:
-    TMSDTMFImpl(TMSStreamType streamtype);
-    gint PostConstruct();
-    gint SetParent(TMSDTMF*& parent);
-
-private:
-    TMSStreamType iStreamType;
+    TMSDTMFImpl();
+    gint PostConstruct(TMSStreamType streamtype);
     };
 
 } //namespace TMS
 
 #endif //TMS_DTMF_IMPL_H
+