diff -r 71ca22bcf22a -r 5a06f39ad45b mmserv/tms/inc/tmsstreamimpl.h --- a/mmserv/tms/inc/tmsstreamimpl.h Tue Feb 02 01:08:46 2010 +0200 +++ b/mmserv/tms/inc/tmsstreamimpl.h Fri Apr 16 15:29:42 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();