phoneapp/phoneuicontrol/inc/cphoneremotecontrolhandler.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    37 
    37 
    38 /**
    38 /**
    39 * Class for handling messages from Engine and from all inputs to the states
    39 * Class for handling messages from Engine and from all inputs to the states
    40 */
    40 */
    41 class CPhoneRemoteControlHandler : 
    41 class CPhoneRemoteControlHandler : 
    42 	public CBase,
    42     public CBase,
    43     public MRemConCoreApiTargetObserver
    43     public MRemConCoreApiTargetObserver
    44     {
    44     {
    45     public: 
    45     public: 
    46 
    46 
    47         /**
    47         /**