appsupport_plat/restore_factory_settings_api/inc/rfsHandler.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-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".
    39     ERfsDeep    = 1
    39     ERfsDeep    = 1
    40     };
    40     };
    41 
    41 
    42 // FORWARD DECLARATIONS
    42 // FORWARD DECLARATIONS
    43 
    43 
       
    44 class CAknQueryDialog;
       
    45 class CAknInformationNote;
    44 class CEikonEnv;
    46 class CEikonEnv;
    45 class CSecurityHandler;
    47 class CSecurityHandler;
    46 class CRfsSecurityHandler;
    48 class CRfsSecurityHandler;
    47 class CRfsPdpObserver;
    49 class CRfsPdpObserver;
    48 class CHbDeviceMessageBoxSymbian;
       
    49 
    50 
    50 // CLASS DECLARATION
    51 // CLASS DECLARATION
    51 
    52 
    52 /**
    53 /**
    53 *  This class provides a method to activate the rfs process including all UI.
    54 *  This class provides a method to activate the rfs process including all UI.
   161 
   162 
   162         // flags
   163         // flags
   163         TInt iFlags;
   164         TInt iFlags;
   164 
   165 
   165         // confirmation query
   166         // confirmation query
   166         CHbDeviceMessageBoxSymbian* iQuery;
   167         CAknQueryDialog* iQuery;
   167 
   168 
   168         // for security code query when using SecUI
   169         // for security code query when using SecUI
   169         CSecurityHandler* iSecurityHandler;
   170         CSecurityHandler* iSecurityHandler;
   170 
   171 
   171         RTelServer iTelServer;
   172         RTelServer iTelServer;