--- a/vtuis/videotelui/inc/CVtUiAppUi.h Fri Feb 19 22:53:04 2010 +0200
+++ b/vtuis/videotelui/inc/CVtUiAppUi.h Fri Mar 12 15:43:03 2010 +0200
@@ -57,6 +57,7 @@
class CVtUiVolumeControl;
class CAknIncallBubble;
class CVtUiRemoteVideoControl;
+class CVtUiEndCallButtonPane;
// CLASS DECLARATION
@@ -195,6 +196,11 @@
* @param aZoomStep New zoom step to be set.
*/
void SetZoomFactorL( TInt aZoomStep );
+
+ /*
+ * Simulate key event
+ */
+ void CmdSimulateKeyEvent( TInt aScanCode );
public: // Functions from base classes
@@ -364,6 +370,12 @@
CVtUiRemoteVideoControl& RemoteVideoControl();
/**
+ * Gets reference to end call pane.
+ * @return reference to end call pane.
+ */
+ CVtUiEndCallButtonPane& EndCallButtonPane();
+
+ /**
* Switches viewfinder to main pane if it is currently in context
* pane.
*/