phoneapp/phoneuicontrol/inc/mphonestatemachine.h
branchRCL_3
changeset 15 2a26698d78ba
parent 0 5f000ab63145
child 17 38529f706030
--- a/phoneapp/phoneuicontrol/inc/mphonestatemachine.h	Fri Mar 12 15:42:40 2010 +0200
+++ b/phoneapp/phoneuicontrol/inc/mphonestatemachine.h	Mon Mar 15 12:40:24 2010 +0200
@@ -30,7 +30,6 @@
 class MPEPhoneModel;
 class MPEEngineInfo;
 class CSpdiaControl;
-class MPhoneStorage;
 
 /**
 *  Describes the interface for setting and getting active state
@@ -87,11 +86,6 @@
         */    
         virtual void SetCallId( TInt aCallId ) = 0;
         
-        /**
-        * Phone's Storage
-        */
-        virtual MPhoneStorage* PhoneStorage() = 0;        
-
     };
 
 #endif // MPHONESTATEMACHINE_H