Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 1997-1999 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.
19 #if !defined(__EIKALERT_H__)
20 #define __EIKALERT_H__
22 #if !defined(__EIKDIALG_H__)
26 #if !defined(__EIKENV_H__)
30 #include <aknstaticnotedialog.h>
32 class CEikAlert : public CAknNoteDialog, public MEikAlertWin
36 IMPORT_C void HandlePointerEventL(const TPointerEvent& aPointerEvent);
38 // Defined by the Mix-in class:
40 void RunAlert(const TDesC& aMsg1,const TDesC& aMsg2);
42 CEikDialog* AsEikDialog();
44 void PreLayoutDynInitL();
49 IMPORT_C void* ExtensionInterface( TUid aInterface );
51 virtual void CEikDialog_Reserved_1();
52 virtual void CEikDialog_Reserved_2();
54 virtual void CAknNoteDialog_Reserved();
59 friend class CEikAlertNotifier;
62 NONSHARABLE_CLASS(CEikAlertNotifier): public CBase, public MEikAlertWin
66 private: // from MEikAlert
68 void RunAlert(const TDesC& aTitle, const TDesC& aMsg) ;
70 CEikDialog* AsEikDialog();
72 void CreateLocalDialogIfRequired();
73 CEikAlert* iLocalDialog;
74 CBufFlat* iNotifierBuffer;