branch | RCL_3 |
changeset 10 | 3d8c721bf319 |
parent 0 | 71ca22bcf22a |
child 33 | 5e8b14bae8c3 |
--- a/mmserv/tms/inc/tmsstreamimpl.h Mon Mar 15 12:42:35 2010 +0200 +++ b/mmserv/tms/inc/tmsstreamimpl.h Wed Mar 31 22:29:45 2010 +0300 @@ -30,9 +30,10 @@ class TMSStreamImpl : public TMSStream { public: - ~TMSStreamImpl(); + virtual ~TMSStreamImpl(); static gint Create(TMSCallType callType, TMSStreamType ctype, TMSCallProxy* proxy, TMSStream*& tmsstream); + static gint Delete(TMSStream*& tmsrt); private: TMSStreamImpl();