phoneapp/phoneuiview/inc/cphoneviewcontroller.h
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 5 2a26698d78ba
--- a/phoneapp/phoneuiview/inc/cphoneviewcontroller.h	Fri Feb 19 22:50:26 2010 +0200
+++ b/phoneapp/phoneuiview/inc/cphoneviewcontroller.h	Fri Mar 12 15:42:40 2010 +0200
@@ -267,7 +267,7 @@
         * background after being brought to the foreground using
         * BringToForeground()
         */
-        TBool NeedToSendToBackground();
+        TBool GetNeedToReturnToForegroundAppAfterCall() const;
 
         /**
         * Gets the blocking dialogs status
@@ -277,7 +277,7 @@
         /**
         * Sets the required background status of the application
         */
-        void SetNeedToSendToBackground( TPhoneCommandParam* aCommandParam );
+        void SetNeedToReturnToForegroundAppAfterCall( TPhoneCommandParam* aCommandParam );
 
         /**
         * Sends application to background.
@@ -339,6 +339,11 @@
         void ActivateAppViewConventionalL( TPhoneCommandParam* aCommandParam );
 
         /**
+        * Launches multimedia sharing (live video sharing)
+        */
+        static void LaunchMultimediaSharingL();
+
+        /**
         * Launches application.
         */
         void LaunchApplicationL();
@@ -765,6 +770,10 @@
         TInt iPrevious;
 
         TBool iPriotityChanged;
+        
+        // Boolean flag. ETrue if the application needs to return
+        // to the foreground after call ended
+        TBool iNeedToReturnToForegroundAppAfterCall;
     };
 
 #endif // CPHONEVIEWCONTROLLER_H