diff -r 3b098142db83 -r 92dbd2a406d9 qtms/inc/qtmsfactoryimpl.h --- 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 #include +#include // 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);