mmserv/tms/inc/tmsstreamimpl.h
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
child 33 5e8b14bae8c3
--- 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();