securitydialogs/SecUi/Inc/SecUiWait.h
branchRCL_3
changeset 50 03674e5abf46
parent 49 09b1ac925e3f
--- a/securitydialogs/SecUi/Inc/SecUiWait.h	Tue Aug 31 16:04:40 2010 +0300
+++ b/securitydialogs/SecUi/Inc/SecUiWait.h	Wed Sep 01 12:19:59 2010 +0100
@@ -76,24 +76,9 @@
         TInt iRequestType;
     };
 
-// CAutolockQuery, absorbs all the key presses.
-class CAutolockQuery : public CBase
-    {
-    public:
-        static CAutolockQuery* NewLC();
-        virtual ~CAutolockQuery();
-    private:
-        virtual TKeyResponse OfferKeyEventL(const TKeyEvent& /*aKeyEvent*/,TEventCode /*aType*/);
-    private:
-        CAutolockQuery();
-        void ConstructL();
-    private: // Data
-         CEikAppUi*  iAppUi;
 
-
-    };
 // CWaitAbsorbingControl, absorbs all the key presses.
-class CWaitAbsorbingControl : public CBase
+class CWaitAbsorbingControl : public CCoeControl
     {
     public:
         static CWaitAbsorbingControl* NewLC();