htiui/HtiServicePlugins/HtiKeyEventServicePlugin/src/HtiKeyEventServicePlugin.cpp
branchCompilerCompatibility
changeset 6 a8afa76f9dd9
parent 3 2703485a934c
child 11 4df3a095718c
equal deleted inserted replaced
4:0652d1e44279 6:a8afa76f9dd9
    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