coreapplicationuis/SysAp/Inc/sysapdefaultkeyhandler.h
branchRCL_3
changeset 39 469fa8a78de7
parent 4 0fdb7f6b0309
child 62 924385140d98
equal deleted inserted replaced
33:332e7bf3b42f 39:469fa8a78de7
    20 #define SYSAPDEFAULTKEYHANDLER_H
    20 #define SYSAPDEFAULTKEYHANDLER_H
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <coedef.h>
    23 #include <coedef.h>
    24 #include <AknCapServerClient.h>
    24 #include <AknCapServerClient.h>
       
    25 #include <e32property.h>
    25 
    26 
    26 class MSysapCallback;
    27 class MSysapCallback;
    27 class RAknKeylock2;
    28 class RAknKeylock2;
    28 class CRepository;
    29 class CRepository;
    29 class CKeyLockPolicyApi;
    30 class CKeyLockPolicyApi;
   234         /**
   235         /**
   235          * Keypad slide handling CR
   236          * Keypad slide handling CR
   236          */
   237          */
   237         CRepository* iSlideRepository;
   238         CRepository* iSlideRepository;
   238         TBool iKeypadWasLocked;
   239         TBool iKeypadWasLocked;
       
   240 
       
   241         /**
       
   242           * Call status P&S for slide handling
       
   243           */
       
   244         RProperty iCallStateProperty;
   239     };
   245     };
   240 
   246 
   241 #endif // SYSAPDEFAULTKEYHANDLER_H
   247 #endif // SYSAPDEFAULTKEYHANDLER_H