phoneapp/phoneuicontrol/inc/cphonestateidle.h
branchRCL_3
changeset 25 91c2fb4b78df
parent 9 8871b09be73b
child 44 3c221667e687
--- a/phoneapp/phoneuicontrol/inc/cphonestateidle.h	Wed Apr 14 15:56:42 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonestateidle.h	Tue Apr 27 16:37:10 2010 +0300
@@ -164,6 +164,14 @@
         * in number entry.
         */
         IMPORT_C virtual void OnlyHashInNumberEntryL();
+        
+        /*
+        * Checks if it's ok to use aType effect in this state.
+        *
+        * @param aType effect to be checked
+        * @return true if aType effect can be used
+        */
+        IMPORT_C virtual TBool CanTransEffectTypeBeUsed( TStateTransEffectType aType );
 
         /**
         * A message handling function for EPEMessageDialling
@@ -290,9 +298,6 @@
          TInt GetNumberAcqMenuIdL();
          
     private:
-    
-        // Owned profile engine
-        MProfileEngine* iEngine;
         // indicates that incomming call is arrived.
         TBool iIncommingCall;