sysstatemgmt/systemstatereferenceplugins/clayer/inc/ssmsecuritynotecontroller.h
changeset 12 e978f818f9bd
parent 0 4e1aa6a622a0
equal deleted inserted replaced
0:4e1aa6a622a0 12:e978f818f9bd
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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".
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 * Name        : strtsecuritynotecontroller.h
       
    16 * Part of     : System Startup / StrtSecObs
       
    17 * Declaration of CStrtSecurityNoteController class
    15 * Declaration of CStrtSecurityNoteController class
    18 * Version     : %version: 1 % << Don't touch! Updated by Synergy at check-out.
       
    19 * This material, including documentation and any related computer
       
    20 * programs, is protected by copyright controlled by Nokia.  All
       
    21 * rights are reserved.  Copying, including reproducing, storing,
       
    22 * adapting or translating, any or all of this material requires the
       
    23 * prior written consent of Nokia.  This material also contains
       
    24 * confidential information which may not be disclosed to others
       
    25 * without the prior written consent of Nokia.
       
    26 * Template version: 4.2
       
    27 * Nokia Core OS *
       
    28 * File renamed from strtsecuritynotecontroller.h to ssmsecuritynotecontroller.h as part of Core OS transfer.
       
    29 *
    16 *
    30 */
    17 */
    31 
    18 
    32 
    19 
    33 
    20 
    40 
    27 
    41 /*
    28 /*
    42  *  @publishedPartner
    29  *  @publishedPartner
    43  *  @released
    30  *  @released
    44 */
    31 */
       
    32 
    45 
    33 
    46 class CSsmSecurityCheckNotifier;
    34 class CSsmSecurityCheckNotifier;
    47 class CStrtSecNoteRequestQueue;
    35 class CStrtSecNoteRequestQueue;
    48 
    36 
    49 /**
    37 /**
    96     virtual void DoCancel();
    84     virtual void DoCancel();
    97 
    85 
    98     /**
    86     /**
    99      * From CActive.
    87      * From CActive.
   100      * Handles an active object's request completion event.
    88      * Handles an active object's request completion event.
   101      * Never leaves.
       
   102      */
    89      */
   103     virtual void RunL();
    90     virtual void RunL();
       
    91 
       
    92 	/**
       
    93      * From CActive.
       
    94      * Handles any leaves originating from the active object's RunL().
       
    95      */
       
    96         
       
    97     virtual TInt RunError(TInt aError);
   104 
    98 
   105 private:
    99 private:
   106 
   100 
   107     /**
   101     /**
   108      * C++ default constructor.
   102      * C++ default constructor.