mmserv/tms/inc/tmscallimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
--- a/mmserv/tms/inc/tmscallimpl.h	Mon Mar 15 12:42:35 2010 +0200
+++ b/mmserv/tms/inc/tmscallimpl.h	Wed Mar 31 22:29:45 2010 +0300
@@ -27,11 +27,10 @@
 class TMSCallImpl : public TMSCall
     {
 public:
-    ~TMSCallImpl();
-    // We don't have to export this if factory impl is part of tmsimpl.lib
-    // TO DO stop exporting this function
+    virtual ~TMSCallImpl();
     IMPORT_C static gint Create(TMSCallType ctype, TMSCall*& tmscall,
             guint ctxid);
+    IMPORT_C static gint Delete(TMSCall*& tmscall);
 
 private:
     TMSCallImpl();