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