equal
deleted
inserted
replaced
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); |