phoneapp/phoneuicontrol/inc/mphonestatemachine.h
branchRCL_3
changeset 15 2a26698d78ba
parent 0 5f000ab63145
child 17 38529f706030
equal deleted inserted replaced
14:24062c24fe38 15:2a26698d78ba
    28 // CLASS DECLARATION
    28 // CLASS DECLARATION
    29 class MPhoneState;
    29 class MPhoneState;
    30 class MPEPhoneModel;
    30 class MPEPhoneModel;
    31 class MPEEngineInfo;
    31 class MPEEngineInfo;
    32 class CSpdiaControl;
    32 class CSpdiaControl;
    33 class MPhoneStorage;
       
    34 
    33 
    35 /**
    34 /**
    36 *  Describes the interface for setting and getting active state
    35 *  Describes the interface for setting and getting active state
    37 */
    36 */
    38 
    37 
    85         * Sets callId to Phone Engine Info
    84         * Sets callId to Phone Engine Info
    86         * @param aCallId
    85         * @param aCallId
    87         */    
    86         */    
    88         virtual void SetCallId( TInt aCallId ) = 0;
    87         virtual void SetCallId( TInt aCallId ) = 0;
    89         
    88         
    90         /**
       
    91         * Phone's Storage
       
    92         */
       
    93         virtual MPhoneStorage* PhoneStorage() = 0;        
       
    94 
       
    95     };
    89     };
    96 
    90 
    97 #endif // MPHONESTATEMACHINE_H
    91 #endif // MPHONESTATEMACHINE_H
    98 
    92 
    99 // End of File
    93 // End of File