mmserv/tms/inc/tmsstreamimpl.h
branchRCL_3
changeset 7 3d8c721bf319
parent 0 71ca22bcf22a
child 19 095bea5f582e
--- 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();