sysresmonitoring/oodmonitor/oodmonitor2/inc/outofdiskglobalnote.h
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 51 50b444048a8d
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 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".
    20 #define __OUTOFDISKGLOBALNOTE_H__
    20 #define __OUTOFDISKGLOBALNOTE_H__
    21 
    21 
    22 // SYSTEM INCLUDES
    22 // SYSTEM INCLUDES
    23 #include <uiklaf/private/lafshut.h>
    23 #include <uiklaf/private/lafshut.h>
    24 #include <coemain.h>
    24 #include <coemain.h>
    25 #include <AknGlobalNote.h>
    25 #include "hbdevicemessageboxsymbian.h"
       
    26 
    26 
    27 
    27 // USER INCLUDES
    28 // USER INCLUDES
    28 
    29 
    29 // CONSTANTS
    30 // CONSTANTS
    30 
    31 
    62     	void DoCancel();
    63     	void DoCancel();
    63     	void RunL();                
    64     	void RunL();                
    64     private: // Data
    65     private: // Data
    65         COutOfDiskMonitor*  iOutOfDiskMonitor; //uses
    66         COutOfDiskMonitor*  iOutOfDiskMonitor; //uses
    66         RFs&                iFs;
    67         RFs&                iFs;
    67         CAknGlobalNote*     iQuery;
       
    68         RResourceFile       iOODResourceFile;
    68         RResourceFile       iOODResourceFile;
    69         TNoteInfo           iNoteInfo;
    69         TNoteInfo           iNoteInfo;
    70     };
    70     };
    71 #endif //__OUTOFDISKGLOBALNOTE_H__
    71 #endif //__OUTOFDISKGLOBALNOTE_H__