phoneapp/phoneuiview/inc/cphoneviewcontroller.h
branchRCL_3
changeset 23 40a3f856b14d
parent 22 94dc1107e8b2
--- a/phoneapp/phoneuiview/inc/cphoneviewcontroller.h	Thu Jul 15 18:38:16 2010 +0300
+++ b/phoneapp/phoneuiview/inc/cphoneviewcontroller.h	Thu Aug 19 09:54:27 2010 +0300
@@ -295,7 +295,7 @@
         * background after being brought to the foreground using
         * BringToForeground()
         */
-        TBool GetNeedToReturnToForegroundAppAfterCall() const;
+        TBool GetNeedToReturnToForegroundAppAfterCallL();
 
         /**
         * Gets the blocking dialogs status
@@ -624,7 +624,7 @@
         * @return TInt  KErrNotFound if app not exists anymore in the list
         *                   otherwise app index in the list.
         */
-        TInt FindAppByWgIDL( TInt aAppWgID );
+        TInt FindAppByWgIDL( TInt aAppWgID ) const;
 
        /**
         * Returns single item fetch type
@@ -670,6 +670,12 @@
          * Checks if emergency call is ongoing.
          */
         TBool IsEmergencyCallOngoing();
+        
+        /**
+        * Is it ok to aType effect inside phoneapp.
+        */
+        TBool IsOkToUseThisTypeOfEffectInsidePhoneApp( 
+                TPhoneTransEffectType aType );
 
     private:
         /**