Update contrib.
1 // Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Definition of classes for priority keys
18 #if !defined(__PRIKEY_H__)
21 #if !defined(__E32STD_H__)
24 #if !defined(__E32BASE_H__)
27 #if !defined(__E32SVR_H__)
30 #if !defined(__EVQUEUE_H__)
38 TPriorityKey(TUint aKeycode,TUint aModifierMask,TUint aModifiers,TPriorityKey *aPriorityKeys);
39 TInt Equals(TUint aKeycode,TUint aModifierMask,TUint aModifiers);
40 TInt KeyMatches(const TKeyEvent &aKeyEvent);
49 class CPriorityKey : public CEventBase
52 CPriorityKey(CWsClient *aOwner);
53 void PriorityKey(TInt aHandle, const TKeyEvent &aKeyEvent);
56 TInt iPriorityKeyHandle;
57 TKeyEvent iPriorityKey;