mmserv/tms/inc/tmsdtmfimpl.h
changeset 33 5e8b14bae8c3
parent 12 5a06f39ad45b
--- a/mmserv/tms/inc/tmsdtmfimpl.h	Fri Jun 25 17:36:03 2010 -0500
+++ b/mmserv/tms/inc/tmsdtmfimpl.h	Fri Jul 09 16:43:35 2010 -0500
@@ -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
+