htiui/HtiServicePlugins/HtiKeyEventServicePlugin/src/HtiKeyEventServicePlugin.cpp
branchRCL_3
changeset 3 2703485a934c
parent 0 d6fe6244b863
child 11 4df3a095718c
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 #include "PointerEventHandler.h"
    22 #include "PointerEventHandler.h"
    23 
    23 
    24 #include <HtiDispatcherInterface.h>
    24 #include <HtiDispatcherInterface.h>
    25 #include <HTILogging.h>
    25 #include <HtiLogging.h>
    26 #include <HWRMLightDomainCRKeys.h>
    26 #include <hwrmlightdomaincrkeys.h>
    27 
    27 
    28 // CONSTANTS
    28 // CONSTANTS
    29 _LIT8( KErrorMissingCommand, "Command was not given - message was empty" );
    29 _LIT8( KErrorMissingCommand, "Command was not given - message was empty" );
    30 const TInt KDefaultMinLightTimeout = 5;
    30 const TInt KDefaultMinLightTimeout = 5;
    31 const TInt KWakeupWaitTime = 200000; // 0.2 sec
    31 const TInt KWakeupWaitTime = 200000; // 0.2 sec