iaupdate/IAD/updater/inc/iaupdaterdialog.h
changeset 29 26b6f0522fd8
parent 0 ba25891c3a9e
child 44 329d304c1aa1
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <f32file.h>
    25 #include <f32file.h>
    26 #include <barsc.h>
    26 #include <barsc.h>
    27 #include <AknGlobalNote.h>
       
    28 
    27 
    29 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    30 class MIAUpdaterCancelObserver;
    29 class MIAUpdaterCancelObserver;
    31 
    30 
    32 /**
    31 /**
   115     void RunL();
   114     void RunL();
   116 
   115 
   117 private: // data
   116 private: // data
   118 
   117 
   119     // Resource file.
   118     // Resource file.
   120     RResourceFile iResourceFile;
   119     //RResourceFile iResourceFile;
   121 
   120 
   122     // File server handle.        
   121     // File server handle.        
   123     RFs& iFs;        
   122     RFs& iFs;        
   124                    
   123                    
   125     CAknGlobalNote* iNote;
   124     //CAknGlobalNote* iNote;
   126     
   125     
   127     // Dialog id for canceling dialog. 
   126     // Dialog id for canceling dialog. 
   128     TInt iNoteId;
   127     TInt iNoteId;
   129         
   128         
   130     MIAUpdaterCancelObserver* iObserver; //not owned
   129     MIAUpdaterCancelObserver* iObserver; //not owned