mmserv/tms/tmsfactory/src/tmsfactoryimpl.cpp
changeset 14 80975da52420
parent 12 5a06f39ad45b
child 20 b67dd1fc57c5
--- a/mmserv/tms/tmsfactory/src/tmsfactoryimpl.cpp	Fri Apr 16 15:29:42 2010 +0300
+++ b/mmserv/tms/tmsfactory/src/tmsfactoryimpl.cpp	Mon May 03 12:59:52 2010 +0300
@@ -25,7 +25,6 @@
 #include "tmsringtoneimpl.h"
 #include "tmsdtmfimpl.h"
 #include "tmsinbandtoneimpl.h"
-//#include "tmsrtpsessionimpl.h"
 
 #include "tmsutility.h"
 #include "tmsproxy.h"
@@ -69,8 +68,8 @@
         case TMS_CALL_IP:
             flag = ETrue;
             break;
-        case TMS_CALL_ECS: //from TB 10.1
-        case TMS_CALL_RTP: //from TB 10.1
+        case TMS_CALL_ECS: //from TB 10.2
+        case TMS_CALL_RTP: //from TB 10.2
         default:
             flag = EFalse;
             break;