mmserv/tms/tmsfactory/inc/tmsfactoryimpl.h
changeset 53 eabc8c503852
parent 12 5a06f39ad45b
--- a/mmserv/tms/tmsfactory/inc/tmsfactoryimpl.h	Fri Sep 03 19:34:12 2010 -0500
+++ b/mmserv/tms/tmsfactory/inc/tmsfactoryimpl.h	Tue Sep 21 11:38:43 2010 -0500
@@ -21,6 +21,7 @@
 #include <e32cmn.h>
 #include <w32std.h>
 #include <tms.h>
+#include <tmsver.h>
 
 namespace TMS {
 
@@ -39,7 +40,7 @@
 class TMSFactoryImpl
     {
 public:
-    TMSFactoryImpl();
+    TMSFactoryImpl(TMSVer& ver);
     virtual ~TMSFactoryImpl();
 
     gint CreateCall(TMSCallType ctype, TMSCall*& tmscall, guint ctxid);