startupservices/Startup/syserrcmd/inc/syserrcmd.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 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 SYSERRCMD_H
    20 #define SYSERRCMD_H
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <ssm/ssmcustomcommand.h>
    23 #include <ssm/ssmcustomcommand.h>
    24 
    24 
    25 
    25 class CAknGlobalNote;
    26 
    26 
    27 /**
    27 /**
    28  *  A custom command for displaying a note about unrecoverable
    28  *  A custom command for displaying a note about unrecoverable
    29  *  system error.
    29  *  system error.
    30  */
    30  */
    77 private: // data
    77 private: // data
    78 
    78 
    79     // Custom command environment. Not owned. Set in Initialize.
    79     // Custom command environment. Not owned. Set in Initialize.
    80     CSsmCustomCommandEnv* iEnv;
    80     CSsmCustomCommandEnv* iEnv;
    81 
    81 
       
    82     /** Global note object used to show the notification on UI. Own */
       
    83     CAknGlobalNote* iNote;
       
    84 
       
    85     /** Global note id for cancelling the note. */
       
    86     TInt iNoteId;
    82     };
    87     };
    83 
    88 
    84 #endif // SYSERRCMD_H
    89 #endif // SYSERRCMD_H