phone_plat/phone_application_commands_api/inc/phoneappcommands.hrh
branchRCL_3
changeset 61 41a7f70b3818
parent 57 94dc1107e8b2
child 62 5266b1f337bd
--- a/phone_plat/phone_application_commands_api/inc/phoneappcommands.hrh	Thu Aug 19 09:54:27 2010 +0300
+++ b/phone_plat/phone_application_commands_api/inc/phoneappcommands.hrh	Tue Aug 31 15:14:29 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -11,10 +11,10 @@
 *
 * Contributors:
 *
-* Description:
+* Description: 
 *     This file contains declarations for commands of PhoneAppS60.
 *     The file can be included in C++ or resource file.
-*
+*     
 *
 */
 
@@ -28,7 +28,7 @@
 //  CONSTANTS
 
 #define KPhoneCmdBase 6000
-enum
+enum 
     {
     // commands for all
     EPhoneCmdDoNothing = KPhoneCmdBase,
@@ -73,7 +73,6 @@
     EPhoneNumberAcqCmdAddToName,
     EPhoneNumberAcqCmdCall,
     EPhoneNumberAcqCmdVideoCall,
-    EPhoneNumberAcqCmdSpeedDial,
     EPhoneNumberAcqCmdSendCommand,
     EPhoneNumberAcqCmdSendMessage,
     EPhoneNumberAcqCmdHashCheck,  // NOT IN MENU.
@@ -132,14 +131,15 @@
     EPhoneInCallCmdCancelSendingDtmfString,
     EPhoneInCallCmdContinueSendingDtmfString,
     EPhoneInCallCmdVoiceMode,
-    EPhoneInCallCmdSendToCallerMenu,
+    EPhoneInCallCmdSendToCallerMenu,    
     EPhoneInCallCmdSendNew,
     EPhoneInCallCmdSendFile,
     EPhoneInCallCmdProcessSend, // NOT IN MENU!
     EPhoneInCallCmdDrop,
     EPhoneInCallCmdPrivate,
-    EPhoneInCallCmdCbaJoin,    // NOT IN MENU!
+    EPhoneInCallCmdCbaJoin, // NOT IN MENU!
     EPhoneInCallCmdDialer,
+    EPhoneInCallCmdContacts,
 
     // Enable video
     EPhoneInCallCmdEnableVideo,
@@ -151,16 +151,13 @@
     EPhoneInCallCmdSecondaryCamera,
     EPhoneInCallCmdActivatEPhonebook, // NOT IN MENU!
 
-    // Video sharing
-    EPhoneInCallCmdShareLiveVideo,
-
     EPhoneInCallCmdConferenceHold, // JMK
     EPhoneInCallCmdConferenceUnhold, // JMK
     EPhoneInCallCmdNewCallFind,
     EPhoneInCallCmdNewCallCall,
     EPhoneInCallCmdGoToIdle,
     EPhoneInCallCmdParticipants,
-
+    
     // CDMA specific
     EPhoneInCallCmdMulticall3WayCall,
     EPhoneInCallCmdMulticallIgnore,
@@ -181,12 +178,11 @@
     EPhoneCmdSettingsUiExit,
     // Settings GUI - Data Parameters GUI (commands specific to DataParameters)
     EPhoneCmdDataParametersRestoreSettings,
-    EPhoneCmdRelease,
+    EPhoneCmdRelease,   
     // DTMF specific
     EPhoneCmdDtmfSearch,
     EPhoneCmdDtmfOk,
-    EPhoneCmdDtmfSpeedDialOk,
-    EPhoneInCallCmdDtmfListViewSearch,
+    EPhoneInCallCmdDtmfListViewSearch,    
     // other commands
     EPhoneCmdWaitNoteOk,
     EPhoneCmdVideoCallMemoryLowNoteDismissed,
@@ -196,7 +192,7 @@
     EPhoneCmdYesSwitchToVideo,
     EPhoneCmdNoSwitchToVideo,
     EPhoneCmdYesSwitchToVoice,
-    EPhoneCmdNoSwitchToVoice,
+    EPhoneCmdNoSwitchToVoice,    
     EPhoneMediatorSetPhoneNumber,
     EPhoneCmdCoverUiShowMultimediaRingingTone,
     EPhoneInCallCmdLockKeypad,
@@ -204,17 +200,16 @@
     EPhoneCmdYesVideoFailedNoMemorySwitchToVoice,
     EPhoneCmdNoVideoFailedNoMemorySwitchToVoice,
     EPhoneInCallCmdSetVolumeLevel,
-
+    
     //Dialer commands
     EPhoneDialerCmdLog,
     EPhoneDialerCmdContacts,
-    EPhoneDialerCmdClear,
+    EPhoneDialerCmdClear,  
     EPhoneDialerCallHandling,
     EPhoneDialerCmdTouchInput,
-    EPhoneDialerCmdSpeedDial,
     EPhoneDialerCmdEditText,
-    EPhoneDialerCallSettings,
-    EPhoneDtmfDialerCancel,
+    EPhoneDialerCallSettings,   
+    EPhoneDtmfDialerCancel, 
     EPhoneDtmfDialerExit,
     EPhoneIsDTMFDialerVisible,
     EPhoneDialerCmdHelp,
@@ -223,22 +218,14 @@
 
     EPhoneCmdVideoCallOutOfMemory,
 
-    // dialer and easy dialing releated commands
-    EEasyDialingSettingsItemPlaceHolder,
-    EEasyDialingCmdSelect,
-    EPhoneDialerValidNumber,
-    EPhoneDialerInvalidNumber,
-    EPhoneCmdUpdateCba,
-    EPhoneCmdBlockingDialogLaunched,
-    EPhoneCmdBlockingDialogClosed,
-
-    // Update cba in case of emergency call
-    EPhoneCmdUpdateEmergencyCba,
-
+// <-- QT PHONE START -->
+    EPhoneCmdUpdateUiControls,
+// <-- QT PHONE END -->
+   
     EPhoneCmdLast
     };
-
-
+    
+    
 // Command range for custom menu commands.
 // Custom commands can be used for menu extensions.
 #define KPhoneCustomCmdBase 8000