phoneapp/phoneuistates/inc/cphonestartupsimlockui.h
branchRCL_3
changeset 5 2a26698d78ba
parent 4 24062c24fe38
equal deleted inserted replaced
4:24062c24fe38 5:2a26698d78ba
    53      */
    53      */
    54      IMPORT_C void HandlePhoneEngineMessageL(
    54      IMPORT_C void HandlePhoneEngineMessageL(
    55          const TInt aMessage, 
    55          const TInt aMessage, 
    56          TInt aCallId );       
    56          TInt aCallId );       
    57 
    57 
       
    58 
       
    59     // From MPhonePubSubObserver
       
    60     /**
       
    61      * This function is called when there is property value change.
       
    62      * @param aCategory Category of the property
       
    63      * @param aKey Property key that is changed
       
    64      * @param aValue New property value
       
    65      */
       
    66     IMPORT_C virtual void HandlePropertyChangedL( const TUid& aCategory,
       
    67             const TUint aKey, const TInt aValue );       
       
    68 
    58 private:
    69 private:
    59 
    70 
    60     /**
    71     /**
    61      * By default EPOC constructor is private.
    72      * By default EPOC constructor is private.
    62      */
    73      */
    78      * SimLock Observer.
    89      * SimLock Observer.
    79      * Takes care of the SimLock Exit Scenario
    90      * Takes care of the SimLock Exit Scenario
    80      */
    91      */
    81     void ExitSimLockModeL();
    92     void ExitSimLockModeL();
    82 
    93 
    83     // From MPhonePubSubObserver
       
    84     /**
       
    85      * This function is called when there is property value change.
       
    86      * @param aCategory Category of the property
       
    87      * @param aKey Property key that is changed
       
    88      * @param aValue New property value
       
    89      */
       
    90     IMPORT_C virtual void HandlePropertyChangedL( const TUid& aCategory,
       
    91             const TUint aKey, const TInt aValue );   
       
    92 
       
    93     /**
    94     /**
    94      * Handles startup of the phone application 
    95      * Handles startup of the phone application 
    95      */
    96      */
    96     IMPORT_C virtual void HandlePhoneStartupL();
    97     IMPORT_C virtual void HandlePhoneStartupL();
    97 
    98