diff -r 4ce423f34688 -r e267340986c9 mmserv/tms/tmsfactory/inc/tmsfactoryimpl.h --- a/mmserv/tms/tmsfactory/inc/tmsfactoryimpl.h Fri Sep 17 08:33:15 2010 +0300 +++ b/mmserv/tms/tmsfactory/inc/tmsfactoryimpl.h Mon Oct 04 00:51:56 2010 +0300 @@ -21,6 +21,7 @@ #include #include #include +#include namespace TMS { @@ -39,7 +40,7 @@ class TMSFactoryImpl { public: - TMSFactoryImpl(); + TMSFactoryImpl(TMSVer& ver); virtual ~TMSFactoryImpl(); gint CreateCall(TMSCallType ctype, TMSCall*& tmscall, guint ctxid);