mmserv/tms/inc/tmsstreamimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
child 33 5e8b14bae8c3
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    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);