mmserv/tms/inc/tmsstreamimpl.h
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
child 33 5e8b14bae8c3
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
    28 
    28 
    29 // TMSStreamImpl class
    29 // TMSStreamImpl class
    30 class TMSStreamImpl : public TMSStream
    30 class TMSStreamImpl : public TMSStream
    31     {
    31     {
    32 public:
    32 public:
    33     ~TMSStreamImpl();
    33     virtual ~TMSStreamImpl();
    34     static gint Create(TMSCallType callType, TMSStreamType ctype,
    34     static gint Create(TMSCallType callType, TMSStreamType ctype,
    35             TMSCallProxy* proxy, TMSStream*& tmsstream);
    35             TMSCallProxy* proxy, TMSStream*& tmsstream);
       
    36     static gint Delete(TMSStream*& tmsrt);
    36 
    37 
    37 private:
    38 private:
    38     TMSStreamImpl();
    39     TMSStreamImpl();
    39     gint PostConstruct(TMSCallType callType, TMSStreamType ctype,
    40     gint PostConstruct(TMSCallType callType, TMSStreamType ctype,
    40             TMSCallProxy* proxy);
    41             TMSCallProxy* proxy);