phoneapp/phoneuicontrol/inc/cphonestatestartup.h
changeset 76 cfea66083b62
parent 50 377c906a8701
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    69         /**
    69         /**
    70         * Handles startup of the phone application 
    70         * Handles startup of the phone application 
    71         */
    71         */
    72         IMPORT_C virtual void HandlePhoneStartupL();
    72         IMPORT_C virtual void HandlePhoneStartupL();
    73 
    73 
    74         /**
    74     protected:
    75          * Indicates when the Idle app is in the foreground.
       
    76          */
       
    77         IMPORT_C virtual void HandleIdleForegroundEventL();
       
    78 
       
    79         protected:
       
    80 
    75 
    81         /**
    76         /**
    82         * ConstructL()
    77         * ConstructL()
    83         */
    78         */
    84         IMPORT_C virtual void ConstructL();
    79         IMPORT_C virtual void ConstructL();