diff -r ebf79c79991a -r 5e8b14bae8c3 mmserv/tms/inc/tmsdtmfimpl.h --- 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 +