phoneapp/phoneuicontrol/inc/cphonestatemachine.h
branchRCL_3
changeset 15 2a26698d78ba
parent 0 5f000ab63145
child 17 38529f706030
--- a/phoneapp/phoneuicontrol/inc/cphonestatemachine.h	Fri Mar 12 15:42:40 2010 +0200
+++ b/phoneapp/phoneuicontrol/inc/cphonestatemachine.h	Mon Mar 15 12:40:24 2010 +0200
@@ -30,7 +30,6 @@
 
 // FORWARD DECLARATIONS
 class MPhoneState;
-class MPhoneStorage;
 
 // CLASS DECLARATION
 
@@ -101,13 +100,6 @@
         */    
         IMPORT_C void SetCallId( const TInt aCallId );
 
-       
-        /**
-        * Instantiates phone storage.
-        * @return storage instance    
-        */    
-        IMPORT_C MPhoneStorage* PhoneStorage();        
-
     protected:
 
         /**
@@ -145,9 +137,6 @@
 
         // Idle state which is hold in memory all the time
         MPhoneState* iIdleState;
-
-        // Phone's storage
-        MPhoneStorage* iPhoneStorage;
     };
 
 #endif      // CPHONESTATEMACHINE_H