diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/inc/tmscallimpl.h --- 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();