htiui/HtiServicePlugins/HtiKeyEventServicePlugin/src/KeyEventHandler.cpp
branchRCL_3
changeset 3 2703485a934c
parent 0 d6fe6244b863
equal deleted inserted replaced
0:d6fe6244b863 3:2703485a934c
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include "HtiKeyEventServiceplugin.h"
    20 #include "HtiKeyEventServicePlugin.h"
    21 #include "KeyEventHandler.h"
    21 #include "KeyEventHandler.h"
    22 
    22 
    23 #include <apgtask.h>
    23 #include <apgtask.h>
    24 #include <HtiDispatcherInterface.h>
    24 #include <HtiDispatcherInterface.h>
    25 #include <HTILogging.h>
    25 #include <HtiLogging.h>
    26 
    26 
    27 
    27 
    28 // CONSTANTS
    28 // CONSTANTS
    29 _LIT8( KErrorServiceNotReady, "Service is busy - possibly executing long running typetext or long key press functionality" );
    29 _LIT8( KErrorServiceNotReady, "Service is busy - possibly executing long running typetext or long key press functionality" );
    30 _LIT8( KErrorUnrecognizedCommand, "Unrecognized command" );
    30 _LIT8( KErrorUnrecognizedCommand, "Unrecognized command" );