1.1 --- a/epoc32/include/mw/aknquerycontrol.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/aknquerycontrol.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -2,9 +2,9 @@
1.4 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
1.5 * All rights reserved.
1.6 * This component and the accompanying materials are made available
1.7 -* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 * which accompanies this distribution, and is available
1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 *
1.13 * Initial Contributors:
1.14 * Nokia Corporation - initial contribution.
1.15 @@ -20,21 +20,21 @@
1.16 #define AKNQUERYCONTROL_H
1.17
1.18 // INCLUDES
1.19 -#include <akncontrol.h>
1.20 +#include <AknControl.h>
1.21 #include <gulbordr.h>
1.22
1.23 #include <eikedwin.h>
1.24 #include <eikseced.h>
1.25 #include <eikmfne.h>
1.26 -#include <aknnumseced.h>
1.27 -#include <aknnumedwin.h>
1.28 +#include <Aknnumseced.h>
1.29 +#include <AknNumEdwin.h>
1.30 #include <eikfpne.h>
1.31
1.32 #include <eikimage.h>
1.33 #include <eikedwob.h>
1.34
1.35 -#include <aknutils.h>
1.36 -#include <aknpanic.h>
1.37 +#include <AknUtils.h>
1.38 +#include <AknPanic.h>
1.39
1.40 #include <aknipfed.h>
1.41 #include <lbsposition.h>
1.42 @@ -718,8 +718,28 @@
1.43 */
1.44 void LayoutPromptForFullScreen();
1.45
1.46 + /**
1.47 + * Callback for pin code timeouts for producing a tacticons.
1.48 + *
1.49 + * @param aThis Pointer to this object, which is used to
1.50 + * play tacticon.
1.51 + */
1.52 + static TInt PinCodeTimeoutCallback( TAny* aThis );
1.53 +
1.54 + /**
1.55 + * Plays a tacticon. Used by the timeout callback.
1.56 + */
1.57 + void PlayPinCodeTacticon();
1.58
1.59 + /**
1.60 + * Resets the timer for pincode query tacticon playback.
1.61 + */
1.62 + void ResetPinCodeTacticonTimer();
1.63
1.64 + /**
1.65 + * Stops/removes the timer for pincode query tacticon playback.
1.66 + */
1.67 + void StopPinCodeTacticonTimer();
1.68
1.69 private:
1.70 /**