appsupport_plat/restore_factory_settings_api/inc/rfsHandler.h
changeset 81 676b6116ca93
parent 21 c4cbaa4fb734
--- a/appsupport_plat/restore_factory_settings_api/inc/rfsHandler.h	Tue Oct 12 17:17:12 2010 +0300
+++ b/appsupport_plat/restore_factory_settings_api/inc/rfsHandler.h	Wed Oct 20 17:03:03 2010 +0300
@@ -41,7 +41,7 @@
 
 // FORWARD DECLARATIONS
 
-class CEikonEnv;
+
 class CSecurityHandler;
 class CRfsSecurityHandler;
 class CRfsPdpObserver;
@@ -108,13 +108,7 @@
 
     private:    // new functions
 
-        /**
-        * Loads the resources needed for the confirmation query.
-        *
-        * @return resource file offset
-        */
-        void LoadResourceL();
-
+       
         /**
         * Sets the default language code in HAL.
         * This must be done before rebooting the phone for deep level RFS.
@@ -124,13 +118,12 @@
         /**
         * Shows the RFS confirmation query.
         * 
-        * @param aThisDestroyed  ETrue, if the RFS handler object was destroyed, otherwise EFalse.          
         * @param aType           Represents RFS reason Normal or Deep.              
         * @return                ETrue, if user selected 'YES' as an option at the confirmation query dialog
         *                        otherwise EFalse.
         * @leave                 leaves with one of the system wide error.
         */
-        TBool AskConfirmationL( const TBool& aThisDestroyed, TRfsType aType );
+        TBool AskConfirmationL( TRfsType aType );
 
         /**
         * Cleans up the mess, by calling Cancel().
@@ -153,12 +146,6 @@
 
     private:    // Data
 
-        // resource file
-        TInt iResourceFileOffset;
-
-        // UIKON environment
-        CEikonEnv* iEnv;
-
         // flags
         TInt iFlags;