phoneapp/phoneuicontrol/inc/cphonesystemeventhandler.h
changeset 56 5bcb308bd24d
parent 0 5f000ab63145
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    50         * Destructor.
    50         * Destructor.
    51         */
    51         */
    52         virtual ~CPhoneSystemEventHandler();
    52         virtual ~CPhoneSystemEventHandler();
    53 
    53 
    54     public: // From MPhoneSystemEvents
    54     public: // From MPhoneSystemEvents
    55 
       
    56         void DynInitMenuPaneL( 
       
    57             TInt aResourceId, 
       
    58             CEikMenuPane* aMenuPane );
       
    59 
       
    60         void DynInitMenuBarL( 
       
    61             TInt aResourceId, 
       
    62             CEikMenuBar* aMenuBar );
       
    63 
    55 
    64         void HandleSystemEventL( const TWsEvent& aEvent );
    56         void HandleSystemEventL( const TWsEvent& aEvent );
    65 
    57 
    66         void HandleForegroundEventL( TBool aForeground );
    58         void HandleForegroundEventL( TBool aForeground );
    67 
    59