appinstaller/AppinstUi/Daemon/Inc/DialogWrapper.h
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 37 6e7b00453237
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
    20 #define DIALOGWRAPPER_H
    20 #define DIALOGWRAPPER_H
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <f32file.h>
    24 #include <f32file.h>
       
    25 
    25 // TODO probably removed in 10.1
    26 // TODO probably removed in 10.1
    26 // #include <barsc.h>
    27 // #include <barsc.h>
    27 #include "dialogwatcher.h"
    28 #include "dialogwatcher.h"
       
    29 
       
    30 class CHbDeviceProgressDialogSymbian;
       
    31 class CHbDeviceNotificationDialogSymbian;
    28 
    32 
    29 namespace Swi
    33 namespace Swi
    30 {
    34 {
    31 
    35 
    32 /**
    36 /**
   105         * @return Read resource buffer.
   109         * @return Read resource buffer.
   106         */
   110         */
   107         HBufC* ReadResourceLC( TInt aResourceId );        
   111         HBufC* ReadResourceLC( TInt aResourceId );        
   108 
   112 
   109     private: //  Data
   113     private: //  Data
   110 
   114           
   111         //RResourceFile iResourceFile;        
       
   112         RFs& iFs;        
   115         RFs& iFs;        
   113         TInt iNoteId;  
   116         TInt iNoteId;  
   114         TInt iDisableAllNotes;
   117         TInt iDisableAllNotes;
   115         CDialogWatcher* iWatcher;
   118         CDialogWatcher* iWatcher;
       
   119         
       
   120         TBool iIsProgressDialog;
       
   121         CHbDeviceProgressDialogSymbian* iHbProgressDialog;
       
   122         TBool iIsUninstallerProgressDialog;                    
       
   123         CHbDeviceProgressDialogSymbian* iHbProgressDialogForUninstaller;                
   116     };
   124     };
   117 }
   125 }
   118 
   126 
   119 #endif      // DIALOGWRAPPER_H   
   127 #endif      // DIALOGWRAPPER_H   
   120             
   128