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