Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2005,2006 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * 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
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Base class for all S60 UI framework UI controls.
26 // FORWARD DECLARATIONS
33 * UI framework base class for all Avkon controls.
38 class CAknControl : public CCoeControl
44 IMPORT_C CAknControl();
49 IMPORT_C ~CAknControl();
53 * Virtual method provided to allow extensibility of virtual behaviour
55 IMPORT_C virtual void* ExtensionInterface( TUid aInterface );
61 #endif // AKN_CONTROL_H