phoneapp/phoneuicontrol/inc/cphoneuicontroller.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 21 92ab7f8d0eab
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    36 class MPhoneViewCommandHandle;
    36 class MPhoneViewCommandHandle;
    37 class MPhoneStateMachine;
    37 class MPhoneStateMachine;
    38 class CPhoneStateHandle;
    38 class CPhoneStateHandle;
    39 class CPEPhoneModel;
    39 class CPEPhoneModel;
    40 class CPhoneRemoteControlHandler;
    40 class CPhoneRemoteControlHandler;
    41 class CPhoneKeyEventForwarder;
    41 
    42 
    42 
    43 class CPhoneUIController : 
    43 class CPhoneUIController : 
    44     public CBase, 
    44     public CBase, 
    45     public MEngineMonitor,
    45     public MEngineMonitor,
    46     public MPhoneKeyEventHandler,
    46     public MPhoneKeyEventHandler,
   230         /**
   230         /**
   231         * MPhoneStateMachine
   231         * MPhoneStateMachine
   232         */
   232         */
   233         MPhoneStateMachine* iStateMachine;  // NOT OWNED
   233         MPhoneStateMachine* iStateMachine;  // NOT OWNED
   234         
   234         
   235         /**
       
   236         * iKeyEventForwarder
       
   237         */
       
   238         CPhoneKeyEventForwarder* iKeyEventForwarder;
       
   239         
       
   240     };
   235     };
   241 
   236 
   242 #endif      // CPHONEUICONTROLLER_H   
   237 #endif      // CPHONEUICONTROLLER_H   
   243             
   238             
   244 // End of File
   239 // End of File