mmserv/tms/inc/tmsdtmfimpl.h
changeset 42 1fa3fb47b1e3
parent 12 5a06f39ad45b
equal deleted inserted replaced
32:94fc26b6e006 42:1fa3fb47b1e3
    30     virtual ~TMSDTMFImpl();
    30     virtual ~TMSDTMFImpl();
    31     IMPORT_C static gint Create(TMSStreamType streamtype, TMSDTMF*& dtmf);
    31     IMPORT_C static gint Create(TMSStreamType streamtype, TMSDTMF*& dtmf);
    32     IMPORT_C static gint Delete(TMSDTMF*& dtmf);
    32     IMPORT_C static gint Delete(TMSDTMF*& dtmf);
    33 
    33 
    34 private:
    34 private:
    35     TMSDTMFImpl(TMSStreamType streamtype);
    35     TMSDTMFImpl();
    36     gint PostConstruct();
    36     gint PostConstruct(TMSStreamType streamtype);
    37     gint SetParent(TMSDTMF*& parent);
       
    38 
       
    39 private:
       
    40     TMSStreamType iStreamType;
       
    41     };
    37     };
    42 
    38 
    43 } //namespace TMS
    39 } //namespace TMS
    44 
    40 
    45 #endif //TMS_DTMF_IMPL_H
    41 #endif //TMS_DTMF_IMPL_H
       
    42