diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/inc/tmsstreamimpl.h --- 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();