qtms/inc/qtmsfactoryimpl.h
changeset 64 92dbd2a406d9
parent 51 e61a04404bdf
--- a/qtms/inc/qtmsfactoryimpl.h	Fri Sep 17 08:33:08 2010 +0300
+++ b/qtms/inc/qtmsfactoryimpl.h	Mon Oct 04 00:50:27 2010 +0300
@@ -20,6 +20,7 @@
 
 #include <e32cmn.h>
 #include <qtms.h>
+#include <qtmsver.h>
 
 // FORWARD DECLARATIONS
 namespace TMS
@@ -47,7 +48,7 @@
 class QTMSFactoryImpl
 {
 public:
-    QTMSFactoryImpl();
+    QTMSFactoryImpl(QTMSVer& ver);
     virtual ~QTMSFactoryImpl();
 
     gint CreateCall(QTMSCallType ctype, QTMSCall*& QTMScall, guint ctxid);