00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef __AKN_WAIT_DIALOG__
00025 #define __AKN_WAIT_DIALOG__
00026
00027 #include <aknprogressdialog.h>
00028
00062 class CAknWaitDialog : public CAknProgressDialog
00063 {
00064 public:
00072 IMPORT_C CAknWaitDialog(CEikDialog** aSelfPtr);
00073
00084 IMPORT_C CAknWaitDialog(CEikDialog** aSelfPtr,TBool aVisibilityDelayOff);
00085
00090 IMPORT_C void HandlePointerEventL(const TPointerEvent& aPointerEvent);
00091
00092 private:
00096 IMPORT_C void* ExtensionInterface( TUid aInterface );
00097
00098 private:
00099 IMPORT_C virtual void CEikDialog_Reserved_1();
00100 IMPORT_C virtual void CEikDialog_Reserved_2();
00101 private:
00102 IMPORT_C virtual void CAknNoteDialog_Reserved();
00103 public:
00104
00109 IMPORT_C CEikProgressInfo* GetProgressInfo();
00110
00111 private:
00112 TInt iSpare;
00113
00114 };
00115
00116 #endif