securitydialogs/SecUi/Inc/SecUiWait.h
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
    74         // namely in situations where destructor is called when Wait
    74         // namely in situations where destructor is called when Wait
    75         // is active.
    75         // is active.
    76         TInt iRequestType;
    76         TInt iRequestType;
    77     };
    77     };
    78 
    78 
    79 // CAutolockQuery, absorbs all the key presses.
       
    80 class CAutolockQuery : public CBase
       
    81     {
       
    82     public:
       
    83         static CAutolockQuery* NewLC();
       
    84         virtual ~CAutolockQuery();
       
    85     private:
       
    86         virtual TKeyResponse OfferKeyEventL(const TKeyEvent& /*aKeyEvent*/,TEventCode /*aType*/);
       
    87     private:
       
    88         CAutolockQuery();
       
    89         void ConstructL();
       
    90     private: // Data
       
    91          CEikAppUi*  iAppUi;
       
    92 
    79 
    93 
       
    94     };
       
    95 // CWaitAbsorbingControl, absorbs all the key presses.
    80 // CWaitAbsorbingControl, absorbs all the key presses.
    96 class CWaitAbsorbingControl : public CBase
    81 class CWaitAbsorbingControl : public CCoeControl
    97     {
    82     {
    98     public:
    83     public:
    99         static CWaitAbsorbingControl* NewLC();
    84         static CWaitAbsorbingControl* NewLC();
   100         virtual ~CWaitAbsorbingControl();
    85         virtual ~CWaitAbsorbingControl();
   101     private:
    86     private: