phoneapp/phoneuicontrol/src/cphonestateincall.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneapp/phoneuicontrol/src/cphonestateincall.cpp	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneapp/phoneuicontrol/src/cphonestateincall.cpp	Fri Apr 16 14:58:25 2010 +0300
@@ -23,9 +23,7 @@
 #include <hwrmdomainpskeys.h>
 #include <UikonInternalPSKeys.h>
 #include <mpeengineinfo.h>
-// <-- QT PHONE START --> 
 #include <videotelcontrolmediatorapi.h>
-// <-- QT PHONE END --> 
 #include <MediatorDomainUIDs.h>
 #include <bldvariant.hrh>
 
@@ -35,9 +33,6 @@
 #include "tphonecmdparamstring.h"
 #include "tphonecmdparamnote.h"
 #include "tphonecmdparamquery.h"
-// <-- QT PHONE START -->
-//#include "tphonecmdparamsingleitemfetch.h"
-// <-- QT PHONE END -->
 #include "tphonecmdparamcallstatedata.h"
 #include "tphonecmdparamsfidata.h"
 #include "mphonestatemachine.h"
@@ -576,16 +571,7 @@
     switch( aCommand )
         {
         case EPhoneInCallCmdDialer:
-            // <-- QT PHONE START -->
             iViewCommandHandle->ExecuteCommandL( EPhoneViewOpenDialer );
-            /*BeginTransEffectLC( ENumberEntryCreate );
-            if ( !IsNumberEntryUsedL() )
-                {
-                CreateNumberEntryL();
-                }
-            SetNumberEntryVisibilityL(ETrue ); 
-            EndTransEffect();*/
-            // <-- QT PHONE END -->
             break;
         case EPhoneCmdOptions:
             OpenMenuBarL();
@@ -1477,9 +1463,7 @@
 
         if( IsVideoCall( callStateData.CallId() ) )
             {
-            // Video call can be released only after we get response to VT Shutdown Command
-// <-- QT PHONE START -->
- 
+            // Video call can be released only after we get response to VT Shutdown Command 
             CPhoneMediatorFactory::Instance()->Sender()->IssueCommand( 
                 KMediatorVideoTelephonyDomain,
                 KCatPhoneToVideotelCommands, 
@@ -1489,8 +1473,6 @@
                     KPhoneToVideotelCmdVersionBuild ),
                 KNullDesC8,
                 CPhoneTerminateAllConnectionsCommand::NewL( *iStateMachine ) );
-
-// <-- QT PHONE END --> 
             }
         else
             {