--- 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();