diff -r 13d7c31c74e0 -r b183ec05bd8c terminalsecurity/SCP/SCPClient/inc/SCPQueryDialog.h --- a/terminalsecurity/SCP/SCPClient/inc/SCPQueryDialog.h Thu Aug 19 10:44:50 2010 +0300 +++ b/terminalsecurity/SCP/SCPClient/inc/SCPQueryDialog.h Tue Aug 31 16:04:06 2010 +0300 @@ -34,13 +34,6 @@ */ class CSCPQueryDialog : public CAknTextQueryDialog, public MAknEcsObserver { - public: - enum TKeypadContext { - ENumeric = 0, - EAlphaNumeric, - EContextSensitive - }; - public: // Construction and destruction /** @@ -54,14 +47,12 @@ RSCPClient::TSCPButtonConfig aButtonsShown, TInt aMinLength, TInt aMaxLength, - TBool aECSSupport, - TKeypadContext aContext = EContextSensitive + TBool aECSSupport ); /** * Destructor. */ ~CSCPQueryDialog(); - public: /** * Allows dismissing of code queries. Only mandatory requirement is that PIN @@ -100,8 +91,6 @@ void HandleEcsEvent(CAknEcsDetector* aDetector, CAknEcsDetector::TState aUpdatedState); void ShowWarningNoteL(); - - void PostLayoutDynInitL(); private: @@ -131,13 +120,11 @@ TBool iPrioritySet; TBool iPriorityDropped; TBool isCallSoftkeyAdded; - TKeypadContext iContextSensitive; /** An integer variable to define the input mode of the lock code query */ TInt def_mode; TInt iKeyUsed; CSCPLockObserver* iDeviceLockStatusObserver; CSCPLockObserver* iCallStatusObserver; - TBool iLockedByLawMo; }; #endif