wlanutilities/wlansniffer/model/inc/wsfapplauncher.h
branchRCL_3
changeset 16 8b0eae1b1d71
parent 0 56b72877c1cb
--- a/wlanutilities/wlansniffer/model/inc/wsfapplauncher.h	Fri Mar 12 15:48:54 2010 +0200
+++ b/wlanutilities/wlansniffer/model/inc/wsfapplauncher.h	Mon Mar 15 12:44:54 2010 +0200
@@ -26,7 +26,6 @@
 
 class MWsfBrowserLaunchObserver;
 class CRepository;
-class CMDBSession;
 
 
 /**
@@ -107,12 +106,10 @@
         * @since S60 5.0
         * @param aObserver Observer to be notified about launch completion
         * @param aIapId IAP id passed as a parameter
-        * @param aWapId WAP id passed as a parameter
         * @param aURL User defined WWW address to be used as start-up page    
         */
         void LaunchBrowserL( MWsfBrowserLaunchObserver& aObserver, 
                              TUint aIapId,
-                             TUint aWapId,
                              const TDesC& aURL ); 
 
         /**
@@ -176,40 +173,6 @@
         *         not defined
         */
         TInt BrowserHomepage( TDes& aHomePageURL );
-
-        /**
-        * Gets the access point selection mode
-        * @since S60 5.0
-        * @return 0=User defined, 1=Always ask, 2=Destination
-        */
-        TInt ApSelectionMode();
-
-        /**
-        * Defines the access point selection mode
-        * @since S60 5.0
-        * @param aEnable Selection mode: 0=User defined, 1=Always ask,  
-        *                2=Destination
-        */
-        void SetApSelectionMode( TInt aApSelectionMode );
-        
-        /**
-        * Restores Access Point selection mode
-        * @since S60 5.0
-        */   
-        void RestoreApSelectionMode();
-
-        /**
-        * Configures browser access point using central repository
-        * @since S60 5.0
-        * @param aAccessPointId Access Point's IAP id
-        */   
-        void SetAccessPoint( TUint aAccessPointId );
-        
-        /*
-        * Restores original accesspoint id if one is set
-        * @since S60 5.0
-        */
-        void RestoreAccessPoint();
         
 
     private:    // From CActive
@@ -251,11 +214,6 @@
         * IAP id to use
         */
         TUint iIapId;
-        
-        /**
-        * WAP id for browser's default connection id
-        */
-        TUint iWapId; 
 
         /**
         * State of browser launching
@@ -263,21 +221,6 @@
         TWsfLaunchState iLaunchState;  
 
         /**
-        * Stored original selection mode
-        */
-        TBool iRestoreSelectionMode;
-
-        /**
-        * Indicates whether to restore access point
-        */
-        TBool iRestoreAccessPoint;
-
-        /**
-        * The original IAP id used by the browser
-        */
-        TUint iOriginalApId;
-
-        /**
         * Indicates whether to launch bookmarks page 
         * (if homepage is not set)
         */
@@ -309,11 +252,6 @@
         RTimer iTimer;     
 
         /**
-        * Indicates which AP selection mode was originally used.
-        */
-        TUint iOriginalApSelectionMode;
-
-        /**
         * Browser's cenrep key number for the homepage
         */
         TUint iBrowserHomePageKey;